Title: | Volume Prediction of Trees Using Linear and Nonlinear Allometric Equations |
---|---|
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>. |
Authors: | M. Iqbal Jeelani [aut, cre], Fehim Jeelani [aut], Syed Naseem Geelani [aut], Md Yeasin [aut] |
Maintainer: | M. Iqbal Jeelani <[email protected]> |
License: | GPL-3 |
Version: | 0.1.0 |
Built: | 2024-10-31 05:51:59 UTC |
Source: | https://github.com/cran/ImVol |
Volume Prediction of Trees Using Linear and Nonlinear Allometric Equations
ImVoL(data)
ImVoL(data)
data |
Datasets |
results: Results
Sharma, A., Gupta.R.K., Mahajan, P.K and Shilp. 2017.Volume Equation for Cedrus deodara in Kullu District of Himachal Pradesh. Indian Journal of Ecology . 44(6) : 781-784.http://dx.doi.org/10.13140/RG.2.2.33786.62407
Tabassum, A., Jeelani, M.I.,Sharma,M., Rather, K R ., Rashid, I and Gul,M.2022. Predictive Modelling of Height and Diameter Relationships of Himalayan Chir Pine .Agricultural Science Digest - A Research Journal. DOI:10.18805/ag.D-555
library("ImVol") data <- system.file("extdata", "data_test.csv", package = "ImVol") Data<- read.csv(data) Vol <- ImVoL(Data)
library("ImVol") data <- system.file("extdata", "data_test.csv", package = "ImVol") Data<- read.csv(data) Vol <- ImVoL(Data)