R/doc_package_inventory.R

#' Forest inventory equations and calculations with FI
#' 
#' That package was created because I can't find any free solution for these 
#' basic calculations also will serve as learning experience to create packages
#' in R.
#' 
#' Here I implement the three basic volume equations (Smalian, Newton, Huber) 
#' and form and stacking factors. From these you can gather many information
#' about a region log volume (mean and standard deviation). Later a new package 
#' will provide volumetric equations adjust.
#' 
#' @name FI
#' @docType package
#' @aliases FI-package
#' @seealso \code{\link{volume}}
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.