#' @title
#' Data of felled trees sections, measured in the Huber method
#' @description
#' In this data, each observation is a section of a tree.
#' @usage
#' data(exfm8)
#'
#' @format
#' A data frame with 10 observations and 596 variables:
#' \describe{
#' \item{CLONE}{Clone number}
#' \item{STRATA}{stratum number}
#' \item{TREE}{number of trees}
#' \item{LOG}{log number}
#' \item{DBH}{diameter at breast height, in centimeters}
#' \item{TH}{total height, in meters}
#' \item{hi}{height of sections, in meters}
#' \item{di_wb}{diameter of sections with bark, in centimeters}
#' \item{bark_t}{bark of thickness, in millimeters}
#' \item{sec_length}{section length, in meters}
#' }
#' @name exfm8
#' @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.