R/doc_dataset_inventory.R

#' Example of how object tree in \code{\link{volume}} function should be formated
#' 
#' Choice of that format follow similarity with cubmaster for simplify user 
#' translation of work (exporting old tables). Names of columns are just cosmetic, 
#' currently I use column index. All diameters mensures should rather be in 
#' centimeters and heights in meters
#' 
#' \itemize{
#' 	\item tree_number. unique number to identify tree information
#' 	\item dbh. diameter at breast height
#' 	\item total_height. total height of the tree. Unsed parameter in 
#' 	\code{\link{volume}}
#' 	\item commercial_height. commercial height of tree. Unsed parameter in 
#' 	\code{\link{volume}}
#' 	\item section_height. height of each section where diameter section is taken
#' 	\item section_diameter. diameter in current height
#' }
#' 
#' @docType data
#' @keywords datasets
#' @format A data frame with 17 rows and 6 variables
#' @name inventory
NULL

Try the FI package in your browser

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

FI documentation built on May 1, 2019, 8:48 p.m.