R/schreck_agenda.R

#' Schreck Agenda: The logs of when the Wildschwein-Schrecks were off / on
#'
#' A data.frame containing information on when the Wildschwein Schrecks (WSS)
#' were turned on and off.
#' @examples
#' knitr::kable(head(schreck_agenda))
#' @format
#' \describe{
#'   \item{id}{See \code{\link{schreck_locations}}}
#'   \item{datum_on, datum_off}{Date on which the WSS was turned on / off}
#'   \item{modus}{character, mode in which the WSS ran}
#'   \item{lautstaerke}{sound intensity, as a percentage of the max value (120dB in 1 m distance)}
#'   \item{intervall}{integer, the mean interval value between sound emisssion}
#'   \item{ausrichtung_min, ausrichtung_max}{The min and max values (azimut) of the WSS orientation}
#'   \item{phase}{...?}
#' }
"schreck_agenda"
ComputationalMovementAnalysis/ComputationalMovementAnalysisData documentation built on Dec. 17, 2021, 3:04 p.m.