calculate_STIR_tibble {SoilManageR} | R Documentation |
Calculate STIR tibble
Description
A function that calculates the STIR value of all operations in a management_df
.
The output is returned as a tibble.
Usage
calculate_STIR_tibble(var_MGMT_data)
Arguments
var_MGMT_data |
a |
Details
The function is mainly a helper function for the tillage_intensity()
function.
Value
a tibble with all management operations and STIR values
See Also
-
STIR()
for the calculation of aSTIR
value for operations -
STIR_values_LUT()
for the reference data used for tillage operations -
calculate_indicators()
to calculate all management indicators for amanagement_df
-
tillage_intensity()
aggregates the STIR values
Examples
#example that returns a tibble with all operations that have a STIR value
calculate_STIR_tibble(EXAMPLE_data)
[Package SoilManageR version 1.1.0 Index]