as.data.frame,DeponsTrack-method | R Documentation |
Function for converting DEPONS movement track file to a data frame.
## S4 method for signature 'DeponsTrack'
as.data.frame(x, row.names = NULL, optional = FALSE, ...)
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. |
data.frame
object
data(porpoisetrack)
class(porpoisetrack)
the.track <- as.data.frame(porpoisetrack)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.