R/data.R

#' Mammal milk compositions
#'
#' Example dataset showing the milk composition of twenty-four different mammals.
#'
#' @format A data frame with 24 rows and 5 variables (mammal names are in the row names):
#' \describe{
#'    \item{W}{water percentage}
#'    \item{P}{protein percentage}
#'    \item{F}{fat percentage}
#'    \item{L}{lactose percentage}
#'    \item{A}{ash percentage}
#' }
"mammalsmilk"

#' CLR-transformed resistance gene counts in sewage samples
#'
#' Example dataset showing the milk composition of twenty-four different mammals.
#'
#' @format A data frame with 79 rows (sewage samples) and 408 variables (resistance genes)
"sewage_clr"
roeder/codaqol documentation built on Nov. 5, 2019, 3:14 a.m.