Skip to content

Commit

Permalink
Update documentation (dats).
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardlavender committed Jan 30, 2021
1 parent 05cb0a0 commit 18fc630
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 8 deletions.
9 changes: 5 additions & 4 deletions R/dats.R
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
#' \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 latitude (decimal degrees) of each receiver.}
#' \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).}
#' }
Expand All @@ -52,7 +52,7 @@
#####################################
#### dat_acoustics

#' @title Example passive acoustic telemetry dataset
#' @title Example passive acoustic telemetry detections dataset
#' @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).
#'
#' @format A dataframe with 59,420 observations and 8 variables:
Expand All @@ -78,7 +78,7 @@
#### dat_sentinel

#' @title Example sentinel tag range testing dataset
#' @description A dataset containing a sample of transmissions and detections assembled from sentinel tags. Sentinel tags are built-in acoustic transmitters which release acoustic signals at programmed intervals. The receiver unit of each sentinel tag records the exact timing of these transmissions. At the same time, any nearby receivers may also record transmissions from these acoustic tags. After some processing, the result is a dataframe comprising transmissions and detections, which contains information on detection probability. Data are arranged by \code{source_id}, \code{timestamp} and then \code{sink_id}.
#' @description A dataset containing a sample of transmissions and detections assembled from sentinel tags. Sentinel tags are built-in acoustic transmitters which release acoustic signals at programmed intervals. The receiver unit of each sentinel tag records the exact timing of these transmissions. At the same time, any nearby receivers may also record these transmissions as detections. After some processing, the result is a dataframe comprising transmissions and detections, which contains information on detection probability. Data are arranged by \code{source_id}, \code{timestamp} and then \code{sink_id}.
#'
#' @format A dataframe with 106,733 observations and 7 variables:
#' \describe{
Expand Down Expand Up @@ -127,7 +127,7 @@
#'
#' @format A SpatialPolygonsDataFrame (see \code{\link[sp]{SpatialPolygonsDataFrame-class}}).
#'
#' @source https://biogeo.ucdavis.edu/data/gadm3.6/Rsp/gadm36_GBR_0_sp.rds
#' @source Data were processed from https://biogeo.ucdavis.edu/data/gadm3.6/Rsp/gadm36_GBR_0_sp.rds.
"dat_coast"


Expand Down Expand Up @@ -176,6 +176,7 @@
#' \item{args}{A named list of user inputs that record the parameters used to generate the outputs.}
#' }
#'
#' @seealso See \code{\link[flapper]{acdc-class}} for further information on this S3 class.
"dat_acdc"


Expand Down
3 changes: 3 additions & 0 deletions man/dat_acdc.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/dat_acoustics.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/dat_coast.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/dat_moorings.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/dat_sentinel.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 18fc630

Please sign in to comment.