#' @title Data growth of trees
#' @name growth
#' @docType data
#' @keywords datasets
#' @usage data(growth)
#' @description
#' Data growth of pijuayo trees in several localities.
#'
#' @format
#' A \code{data.frame} with 30 observations on the following 3 variables.
#'
#' @details
#' \itemize{
#' \item{\strong{place}} a factor with levels \code{L1}, and \code{L2}
#' \item{\strong{slime}} slime
#' \item{\strong{height}} height
#' }
#'
#' @references
#' ICRAF lima Peru.
#'
#' @source
#' Experimental data (Pucallpa - Peru)
#'
#' @keywords datasets
#' @examples
#'
#' library(agricolae)
#' data(growth)
#' str(growth)
#'
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.