Learn R Programming

SoilManageR (version 1.0.1)

calculate_indicators: 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)

Value

data frame with indices per year

Arguments

var_MGMT_data

a management_df with a management history

See Also

  • check_management_df()

  • C_input()

  • tillage_intensity()

  • soil_cover()

  • N_input()

  • plant_diversity()

  • productivity_indicator()

Examples

Run this code

# \donttest{
  #example input
  calculate_indicators(EXAMPLE_data)
# }

Run the code above in your browser using DataLab