R/exfm13.R

#' @title 
#' Experimental data on nitrogen effect in species fertilizing
#' @description 
#' In this data, each observation is a tree.
#' @usage 
#' data(exfm13)
#' 
#' @format
#' A data frame with 36 observations and 7 variables:
#' \describe{
#'   \item{species}{species common name}
#'   \item{trat}{treatment number}
#'   \item{esp}{species number}
#'   \item{N}{quantity of nitrogen used, in grams}
#'   \item{N2}{squared quantity of nitrogen used, in squared grams}
#'   \item{block}{block number}
#'   \item{dbh}{diameter at breast height, in meters}
#' }
#' @name exfm13
#' @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.