#' Data from Wisconsin Lakes survey by Lillie and Mason
#'
#' @references Lillie, R.A. and J.W. Mason 1983. Limnological Characteristics of Wisconsin Lakes. Technical Bulletin No. 138. Wisconsin Department of Natural Resources. Madison, Wisconsin.
#'
#' @docType data
#'
#' @usage data(lillie_mason_lakes)
#'
#' @format A data frame with the following columns:
#' \describe{
#' \item{location}{WI, central, or seepage}
#' \item{description}{parameter, corresponds to dnr_description where possible}
#' \item{units}{units of measured value}
#' \item{n}{number of lakes sampled}
#' \item{mean}{mean value}
#' \item{std}{standard deviation of values}
#' \item{median}{median value}
#' \item{min}{minimum value}
#' \item{max}{maximum value}
#' }
#'
"lillie_mason_lakes"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.