-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdat_moorings.Rd
32 lines (32 loc) · 1.79 KB
/
dat_moorings.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
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/dats.R
\docType{data}
\name{dat_moorings}
\alias{dat_moorings}
\title{Example passive acoustic telemetry receiver moorings dataset}
\format{
A dataframe with 40 observations and 8 variables:
\describe{
\item{receiver_id}{An integer which distinguishes each unique receiver deployment.}
\item{receiver}{A character which defines each receiver.}
\item{sentinel_id}{A character which defines each receiver's built-in acoustic transmitter (`sentinel tag'). Some receivers did not have sentinel tags; their \code{sentinel_id} is \code{NA}.}
\item{receiver_start_date}{A date which defines the start date of each receiver's deployment.}
\item{receiver_end_date}{A date which defines the end date of each receiver's deployment.}
\item{receiver_long}{A number which defines the longitude (decimal degrees) of each receiver.}
\item{receiver_lat}{A number which defines the latitude (decimal degrees) of each receiver.}
\item{receiver_depth}{A number which defines the approximate depth of each receiver below the surface (m).}
}
}
\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_moorings
}
\description{
A dataset containing a sample of passive acoustic telemetry receiver locations and associated information. Data are arranged by \code{receiver_id} (see below).
}
\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}