RHC_function | R Documentation |
This function calculates attributes of landscape function analysis (LFA), rangeland health and condition.
RHC_function(final_data_st)
final_data_st |
A data frame containing standardized data from the first function. |
The function takes standardized data, performs predictions using pre-trained models, and returns the results.
The attributes of landscape function analysis (LFA), rangeland health and condition.
data(canopy_oc_file)
data(trait_file)
final_data_st <- prepare_RHC_data(canopy_oc_file, trait_file)
evaluation.criteria <- RHC_function(final_data_st)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.