calculate_indicators {SoilManageR} | R Documentation |
Calculate all soil management indicators
Description
Checks the management_df
for consitency with the check_management_df()
function.
Then it calculates the C_input()
, tillage_intensity()
, soil_cover()
,plant_diversity()
N_input()
and productivity_indicator()
.
Usage
calculate_indicators(var_MGMT_data)
Arguments
var_MGMT_data |
a |
Value
data frame with indices per year
See Also
Examples
#example input
calculate_indicators(EXAMPLE_data)
[Package SoilManageR version 1.1.0 Index]