50% off: Unlimited data and AI learning.
State of Data and AI Literacy Report 2025

TrackReconstruction (version 1.3)

georef1min01: 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. gpsdata01 is the complementary gps data for this pseudotrack.

Usage

data(georef1min01)

Arguments

Format

A data frame with 6681 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 georef1min02, georef1min03, georef1min26 and georef1min95 have the same structure

Examples

Run this code
# NOT RUN {
data(georef1min01)
head(georef1min01);tail(georef1min01)
str(georef1min01)
plot(georef1min01$Longitude, georef1min01$Latitude,pch=".")
data(gpsdata01)
points(gpsdata01$Longitude,gpsdata01$Latitude,col="red",pch="*")

# }

Run the code above in your browser using DataLab