R/fire.R

#' Reads Fire Data in R
#'
#' Reads fire data so that we can see it by accessing the package
#'
#' @format A data frame with 15 rows and 2 variables
#'\describe{
#' \item{DISTANCE}{distance from fire station in miles}
#' \item{DAMAGE}{x 1000 dollars in damage}
#' }
#'
#'
#' @source \url{https://www.crcpress.com/statistics-for-Engineering-and-the-Sciences/Mendenhall-Sincich/p/book/9781498728850}
#'
"fire"
TheShortPerson/MATH4753shor0035 documentation built on April 29, 2022, 4:39 a.m.