as.data.frame,DeponsTrack-method {DEPONS2R} | R Documentation |
Convert DEPONS track to data frame
Description
Function for converting DEPONS movement track file to a data frame.
Usage
## S4 method for signature 'DeponsTrack'
as.data.frame(x, row.names = NULL, optional = FALSE, ...)
Arguments
x |
DeponsTrack object |
row.names |
NULL or a character vector giving the row names for the data frame. Missing values are not allowed. |
optional |
Logical (not used) |
... |
additional arguments to be passed to or from methods. |
Value
data.frame
object
Examples
data(porpoisetrack)
class(porpoisetrack)
the.track <- as.data.frame(porpoisetrack)
[Package DEPONS2R version 1.2.4 Index]