mt_example | R Documentation |
move2
example dataThe move2
package comes with an example data files that is directly downloaded from
movebank.
mt_example(
file = c("fishers.csv.gz", "Galapagos_Albatrosses-1332012225316982996.zip")
)
file |
The name of the file for which the path needs to be retrieved. |
The fisher example dataset is the study "Martes pennanti LaPoint New York" (study id: 69258089
), shared under
the CC-BY-NC license.
For more information on the data see LaPoint et al. (2013) Landscape Ecology. doi: 10.1007/s10980-013-9910-0 .
This csv file is gz compressed for reduction in package size.
The Galapagos Albatrosses (study id: 2911040
) dataset annotated with environmental data using the Env-DATA system.
For this dataset two individuals (4261-2228
& 2131-2131
) were selected. Data was annotated with wind and
an productivity variables.
The path to the example file of the move2
package
mt_read()
to read in the file
## Get path to one example
mt_example()
mt_example("Galapagos_Albatrosses-1332012225316982996.zip")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.