calc_degraded_forest_grade {forestat} | R Documentation |
Calculating degraded forest grade
Description
Calculation of degraded forest grade.
Usage
calc_degraded_forest_grade(plot_data)
Arguments
plot_data |
Preprocessed plot_data |
Details
Calculation of degraded forest grade, icluding p1, p2,p3, p4, p5, p1m, p2m, p3m, p4m, Z1, Z2, Z3, Z4, Z5, Z, Z_weights, Z_grade, Z_weights_grade etc.
Value
res_data with degraded forest grade
Examples
# Load forest survey data
data(tree_1)
data(tree_2)
data(tree_3)
data(plot_1)
data(plot_2)
data(plot_3)
# Preprocess the degraded forest data
plot_data <- degraded_forest_preprocess(tree_1,tree_2,tree_3,plot_1,plot_2,plot_3)
# Calculation of degraded forest grade
res_data <- calc_degraded_forest_grade(plot_data)
[Package forestat version 1.1.0 Index]