as.movement_matrix | R Documentation |
Convert a data.frame
or matrix
object to a movement_matrix
object.
as.movement_matrix(object, ...)
## S3 method for class 'data.frame'
as.movement_matrix(object, ...)
## S3 method for class 'matrix'
as.movement_matrix(object, ...)
object |
object to convert to a |
... |
further arguments passed to or from other methods. |
A movement_matrix
containing the observed movements.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.