powered by
This function calculates attributes of landscape function analysis (LFA), rangeland health and condition.
RHC_function(final_data_st)
The attributes of landscape function analysis (LFA), rangeland health and condition.
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.
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)
Run the code above in your browser using DataLab