R/data.R

#' Buoyant weight of corals over 56 days
#'
#' Buoyant weight of corals over time. The measurements extend over 56 days.
#'
#' @format A data frame with 5 variables and 302 observations:
#' \describe{
#'   \item{\code{id}}{A **factor** with 10 levels.}
#'   \item{\code{date}}{Number day.}
#'   \item{\code{weight}}{Buoyant weight (in g).}
#'   \item{\code{salinity}}{Salinity (in PSU).}
#'   \item{\code{temperature}}{Temperature (in degree celsius).}
#' }
#'
#' @examples
#' data(coral_growth)
#' class(coral_growth)
#' head(coral_growth)
#'
"coral_growth"

#' Buoyant weight of corals over 97 days
#'
#' Buoyant weight of corals over time. The measurements extend over 56 days.
#'
#' @format A data frame with 5 variables and 302 observations:
#' \describe{
#'   \item{\code{id}}{A **factor** with 10 levels.}
#'   \item{\code{species}}{Coral species.}
#'   \item{\code{date}}{Number day.}
#'   \item{\code{weight}}{Buoyant weight (in g).}
#'   \item{\code{salinity}}{Salinity (in PSU).}
#'   \item{\code{temperature}}{Temperature (in degree celsius).}
#' }
#'
#' @examples
#' data(coral_growth1)
#' class(coral_growth1)
#' head(coral_growth1)
#'
"coral_growth1"
EcoNum/coral.growth documentation built on May 9, 2020, 10:40 a.m.