#' @title
#' Observed hieght values of trees, and estimated values using 3 different models
#' @description
#' In this data, each observation is a tree.
#' @usage
#' data(exfm11)
#'
#' @format
#' A data frame with 199 observations and 6 variables:
#' \describe{
#' \item{STRATA}{stratum number}
#' \item{PLOT}{plot number}
#' \item{TH}{total height, in meters}
#' \item{TH_EST1}{total estimated height with model 1, in meters}
#' \item{TH_EST2}{total estimated height with model 2, in meters}
#' \item{TH_EST3}{total estimated height with model 3, in meters}
#' }
#' @name exfm11
#' @docType data
#' @author Sollano Rabelo Braga \email{sollanorb@@gmail.com}
#' @keywords data
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.