-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdat_acoustics.Rd
36 lines (36 loc) · 2.32 KB
/
dat_acoustics.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
30
31
32
33
34
35
36
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/dats.R
\docType{data}
\name{dat_acoustics}
\alias{dat_acoustics}
\title{Example passive acoustic telemetry detections dataset}
\format{
A dataframe with 39,242 observations and 9 variables:
\describe{
\item{individual_id}{A unique identifier of the individual that was detected (see \code{\link{dat_ids}}).}
\item{transmitter_id}{The acoustic transmitter that was detected (see \code{\link{dat_ids}}).}
\item{index}{An integer individual-specific cumulative detection index.}
\item{timestamp}{A POSIXct object which defines the time of each observation.}
\item{receiver_id}{A unique identifier of the receiver at which the individual was detected (see \code{\link{dat_moorings}}).}
\item{receiver}{The receiver at which the individual was detected (see \code{\link{dat_moorings}}).}
\item{receiver_long}{The longitude of the receiver at which the individual was detected (see \code{\link{dat_moorings}}).}
\item{receiver_lat}{The latitude of the receiver at which the individual was detected (see \code{\link{dat_moorings}}).}
\item{receiver_depth}{The depth of the receiver at which the individual was detected (see \code{\link{dat_moorings}}).}
}
}
\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_acoustics
}
\description{
A dataset containing a sample of processed flapper skate (\emph{Dipturus intermedius}) detection time series. Data are arranged by \code{individual_id}, \code{timestamp} and then \code{receiver_id} (see below).
}
\details{
Time stamps are expressed to the nearest two minutes. `Duplicate' detections (of the same individual at the same receiver in the same time step) are excluded. This supports the implementation of the acoustic-container (AC) and acoustic-container depth-contour (ACDC) algorithms (see \code{\link[flapper]{ac}} and \code{\link[flapper]{acdc}}).
}
\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}