View source: R/degraded_forest_grade.R
calc_degraded_forest_grade | R Documentation |
Calculation of degraded forest grade.
calc_degraded_forest_grade(plot_data)
plot_data |
Preprocessed plot_data |
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.
res_data with degraded forest grade
# 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.