georef1min26 {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 Mapper
function.
gpsdata26
is the complementary gps data for this pseudotrack.
Usage
data(georef1min26)
Format
A data frame with 430 observations on the following 6 variables.
DateTime
a character vector
LatRad
a numeric vector, latitude given in radians
LongRad
a numeric vector, longitude given in radians
Latitude
a numeric vector, latitude given in decimal degrees
Longitude
a numeric vector, longitude given in decimal degrees
Depth
a numeric vector, in meters
Details
Date files georef1min01
, georef1min02
, georef1min03
and georef1min95
have the same structure
Examples
data(georef1min26)
head(georef1min26);tail(georef1min26)
str(georef1min26)
plot(georef1min26$Longitude, georef1min26$Latitude,pch=".")
data(gpsdata26)
points(gpsdata26$Longitude,gpsdata26$Latitude,col="red",pch="*")
[Package TrackReconstruction version 1.3 Index]