RHC_function {RHC}R Documentation

Rangeland Health, Condition

Description

This function calculates attributes of landscape function analysis (LFA), rangeland health and condition.

Usage

RHC_function(final_data_st)

Arguments

final_data_st

A data frame containing standardized data from the first function.

Details

The function takes standardized data, performs predictions using pre-trained models, and returns the results.

Value

The attributes of landscape function analysis (LFA), rangeland health and condition.

Examples

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)

[Package RHC version 0.1.0 Index]