R/fire.R

#' @title Fire data set
#'
#' @description  A data set describing damage from fire
#'
#' @details This is a standard data set from the course MATH 4753 taken from the data sets provided by the text book.
#'
#' @format A data frame with 15 rows and 2 variables:
#' \describe{
#'   \item{DISTANCE}{distance from the fire station in miles}
#'   \item{DAMAGE}{x 1000 dollars in damage}
#' }
"fire"
markoleptic/MyPackage documentation built on May 3, 2022, 12:06 a.m.