R/data-fdamage.r

#' Foliar damage by Ozone
#' @format Data frame con 52 filas y 2 columnas:
#' \describe{
#' \item{damage}{Foliar decoloration, `1` with decoloration, `0`
#' without decoloration.}
#' \item{ozone}{Maximum charge of Ozone concentration.}
#'}
#' @examples
#' data(fdamage)
#' table(fdamage$damage)
"fdamage"

Try the datana package in your browser

Any scripts or data that you put into this service are public.

datana documentation built on June 13, 2025, 1:11 a.m.