Learn R Programming

move (version 1.0)

ricky: GPS track data from a fisher

Description

This file includes spatial data from a fisher (Martes pennanti). It can be used to test the different functions from the move package. These location data were collected via a GPS tracking collar (manufactured by E-obs GmbH) and programmed to record the animal's location every 15 minutes, continuously. The collar was deployed on an adult, resident, male fisher, in New York, USA (see References)

Arguments

References

For more information, contact Scott LaPoint sdlapoint@gmail.com

Examples

Run this code
## create a Move object from the data set
data <- move(system.file("extdata","ricky.csv.gz",package="move"))
plot(data)

Run the code above in your browser using DataLab