| georef1min02 {TrackReconstruction} | R Documentation |
GeoReferenced fur seal track
Description
Georeferenced data from a fur seal track in the Bering Sea. Data has been thinned to relocations
every 1 minute. This data set is used as an example in the vignette and the Mapper function.
gpsdata02 is the complementary gps data for this pseudotrack.
Usage
data(georef1min02)
Format
A data frame with 9147 observations on the following 6 variables.
DateTimea character vector
LatRada numeric vector, latitude given in radians
LongRada numeric vector, longitude given in radians
Latitudea numeric vector, latitude given in decimal degrees
Longitudea numeric vector, longitude given in decimal degrees
Deptha numeric vector, in meters
Details
Date files georef1min01, georef1min03, georef1min26 and georef1min95 have the same structure
Examples
data(georef1min02)
head(georef1min02);tail(georef1min02)
str(georef1min02)
plot(georef1min02$Longitude, georef1min02$Latitude,pch=".")
data(gpsdata02)
points(gpsdata02$Longitude,gpsdata02$Latitude,col="red",pch="*")
[Package TrackReconstruction version 1.3 Index]