The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

Type: Package
Title: Volume Prediction of Trees Using Linear and Nonlinear Allometric Equations
Version: 0.1.0
Author: M. Iqbal Jeelani [aut, cre], Fehim Jeelani [aut], Syed Naseem Geelani [aut], Md Yeasin [aut]
Maintainer: M. Iqbal Jeelani <jeelani.miqbal@gmail.com>
Description: Volume prediction is one of challenging task in forestry research. This package is a comprehensive toolset designed for the fitting and validation of various linear and nonlinear allometric equations (Linear, Log-Linear, Inverse, Quadratic, Cubic, Compound, Power and Exponential) used in the prediction of conifer tree volume. This package is particularly useful for forestry professionals, researchers, and resource managers engaged in assessing and estimating the volume of coniferous trees. This package has been developed using the algorithm of Sharma et al. (2017) <doi:10.13140/RG.2.2.33786.62407>.
License: GPL-3
Encoding: UTF-8
Imports: stats, tidyverse, nls2, caret, ggplot2, dplyr, tidyr
RoxygenNote: 7.2.1
Depends: R (≥ 2.10)
NeedsCompilation: no
Packaged: 2023-12-02 07:26:08 UTC; YEASIN
Repository: CRAN
Date/Publication: 2023-12-04 16:50:05 UTC

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)

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.