View source: R/tillage_intensity.R
tillage_intensity | R Documentation |
Calculates the soil tillage intensity per year.
The function takes a management_df
as input and returns a STIR
value
per year in the management_df.
Alternatively, it can return a
extensive tibble with each operation and their respective STIR
values.
tillage_intensity(var_MGMT_data, extended.output = FALSE)
var_MGMT_data |
a |
extended.output |
an optional logical value. Default value is
|
by default, a tibble with STIR values by year is returned. If extended.output = TRUE, a tibble with daily resolution is returned.
STIR()
for the calculation of a STIR
value for operations
STIR_values_LUT()
for the reference data used for tillage operations
calculate_indicators()
to calculate all management indicators
for a management_df
calculate_STIR_tibble()
a helper function that calculates the STIR input tibble
#example that returns annual STIR values
tillage_intensity(EXAMPLE_data)
#example that returns a tibble with all operations that have a STIR value
tillage_intensity(EXAMPLE_data, extended.output = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.