ImVoL {ImVol}R Documentation

Volume Prediction of Trees Using Linear and Nonlinear Allometric Equations

Description

Volume Prediction of Trees Using Linear and Nonlinear Allometric Equations

Usage

ImVoL(data)

Arguments

data

Datasets

Value

References

Examples

library("ImVol")
data <- system.file("extdata", "data_test.csv", package = "ImVol")
Data<- read.csv(data)
Vol <- ImVoL(Data)

[Package ImVol version 0.1.0 Index]