calculate_STIR_tibble: Calculate STIR tibble

View source: R/calculate_STIR_tibble.R

calculate_STIR_tibbleR 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 management_df that contains the management information

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 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

  • 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)


SoilManageR documentation built on June 8, 2025, 9:36 p.m.