calculate_indicators_by_crop {SoilManageR} | R Documentation |
Calculate soil management indicators by crop
Description
Alternative to 'calculate_indicators()' that C inputs, N inputs, STIR and soil cover for each crop separately. The function identifies the last harvest of each crop per year and aggregates the management intensities for the periods in between. Harvests of temporary leys that are sown after a main crop and harvest in the same year are not considered.
Usage
calculate_indicators_by_crop(var_management_df)
Arguments
var_management_df |
a 'management_df()' |
Value
a tibble with the indicator values per crop
Examples
# calculate examples
calculate_indicators_by_crop(EXAMPLE_data)
# this would return a tibble, but it can take a while
[Package SoilManageR version 1.1.0 Index]