R/chickens.R

#' Example dataset of chicken behavior
#'
#' Dataframe with dominance behaviors directed from an actor
#' towards a recipient and timestampped.
#'
#' @format A data frame with 271 observations and 4 variables:
#' \describe{
#'   \item{time}{Time in seconds of behavior}
#'   \item{behavior}{Behavior: P = peck; J = jump}
#'   \item{actor}{Actor}
#'   \item{recipient}{Recipient}
#' }
"chickens"
jalapic/hierformR documentation built on May 18, 2019, 11:18 a.m.