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

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]