R/US_wildfires.R

#' Monthly tallies of wildfires in the US from 2000 to 2022
#'
#' Records for each month of wildfires in the US.
#'
#' @usage data(AAUP)
#'
#' @docType data
#'
#' @format 275 rows, each of which is a month
#' - `date` The year and month in a format that can be easily plotted
#' - `area`: total area burned by the wildfires in that month (acres)
#' - `number`: the number of wildfires in that month
#' - `month`: for convenience, the month (Jan, Feb, ..., Dec) as an ordered factor.


#'
#' @source USGS
"US_wildfires"

Try the LSTbook package in your browser

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

LSTbook documentation built on April 3, 2025, 6:02 p.m.