-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdat_archival.Rd
29 lines (29 loc) · 1.45 KB
/
dat_archival.Rd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/dats.R
\docType{data}
\name{dat_archival}
\alias{dat_archival}
\title{Example archival dataset}
\format{
A dataframe with 75,000 observations and 5 variables:
\describe{
\item{timestamp}{A POSIXct object which defines the time of each observation.}
\item{individual_id}{A number which defines each individual (see \code{\link{dat_ids}}).}
\item{transmitter_id}{The individual's acoustic transmitter (see \code{\link{dat_ids}}).}
\item{archival_id}{The individual's archival tag (see \code{\link{dat_ids}}).}
\item{depth}{A number which defines the depth (m) of the individual at each time step.}
}
}
\source{
Data were collected by, and belong to, Marine Scotland Science and NatureScot. Data were processed by Edward Lavender. If you wish to use these data, please contact Marine Scotland Science and NatureScot for further information.
}
\usage{
dat_archival
}
\description{
A dataset containing a sample of flapper skate (\emph{Dipturus intermedius}) depth (m) time series. Observations were sampled every 2 minutes using archival tags. Data are arranged by \code{individual_id} and then \code{timestamp}.
}
\references{
Data collection and processing are described in Lavender (2022). Modelling the movements of flapper skate (\emph{Dipturus intermedius}) in relation to a Scottish Marine Protected Area. University of St Andrews. https://www.doi.org/10.17630/sta/201
}
\keyword{datasets}