Learn R Programming

move (version 4.2.5)

leroy: 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 105g GPS tracking collar (manufactured by E-obs GmbH) and programmed to record the animal's location every 15 minutes, continuously. The collar was deployed from 10 February 2009 through 04 March 2009 on an adult, resident, male fisher, in New York, USA (see References). The data usage is permitted for exploratory purposes. For other purposes please get in contact.

Usage

data("leroy")

Arguments

Format

An object of the class move

Author

Scott LaPoint

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","leroy.csv.gz",package="move"))
plot(data)
data(leroy)

Run the code above in your browser using DataLab