#' Small Lakes in Florida for Examining CDF Deconvolution
#'
#' A dataset containing attributes for small lakes in Florida that can be used
#' to examine CDF deconvolution.
#'
#' @docType data
#'
#' @name decon_data
#'
#' @usage decon_data
#'
#' @format A data frame with 930 rows and 6 attributes:
#' \describe{
#' \item{xcoord}{simulated x-coordinate value.}
#' \item{ycoord}{simulated y-coordinate value.}
#' \item{Richness}{simulated species richness value.}
#' \item{Richness_25}{species richness value plus 25\% measurement error
#' variance.}
#' \item{Richness_50}{species richness value plus 50\% measurement error
#' variance.}
#' \item{Richness_100}{species richness value plus 100\% measurement error
#' variance.}
#' }
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.