R/exfm11.R

#' @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

Try the forestmangr package in your browser

Any scripts or data that you put into this service are public.

forestmangr documentation built on Nov. 24, 2023, 1:07 a.m.