Learn R Programming

move2 (version 0.4.4)

mt_example: Get path to move2 example data

Description

The move2 package comes with an example data files that is directly downloaded from movebank.

Usage

mt_example(
  file = c("fishers.csv.gz", "Galapagos_Albatrosses-1332012225316982996.zip")
)

Value

The path to the example file of the move2 package

Arguments

file

The name of the file for which the path needs to be retrieved.

Details

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.

See Also

  • mt_read() to read in the file

Examples

Run this code

## Get path to one example
mt_example()
mt_example("Galapagos_Albatrosses-1332012225316982996.zip")

Run the code above in your browser using DataLab