#' Blood Alcohol Contents
#'
#' A group of n=16 student volunteers at The Ohio State University drank a
#' number of beers and their BAC levels were measured. Full details are not known on this data set and the original source of the data is unknown.
#'
#' @format A data frame with 16 rows and 2 variables:
#' \describe{
#' \item{Beers}{number of cans of beer consumed}
#' \item{BAC}{blood alcohol content, in grams per decaliter}
#' }
#' @source In progress
"BB"
#' Montana Fires
#'
#' This data frame contains information about yearly wildfires in Montana from
#' 1985 to 2007. Each year constitutes one observation in these data so there
#' are 23 rows (one for each year).
#'
#' @format A data frame with 23 rows and 3 columns:
#' \describe{
#' \item{Year}{year of data}
#' \item{Temperature}{average daily high temperature, in degrees Fahrenheit}
#' \item{Hectares}{total area burned by wildfires. One hectare is equal to
#' 10,000 square meters.}
#' }
#' @source Gude, P.H., Cookson, A.J., Greenwood, M.C., and Haggerty, M. (2009)
#' Homes in Wildfire-Prone Areas:An Empirical Analysis of Wildfire Suppression
#' Costs and Climate Change.
"mtfires"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.