calculate_C_input_tibble {SoilManageR}R Documentation

Calculate C input tibble

Description

A function that calculates the C input by crops, cover crops and organic amendments. The output is returned as a tibble.

Usage

calculate_C_input_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 C_input() function.

Value

tibble with C input values

See Also

Examples

#Calculate C input tibble
calculate_C_input_tibble(EXAMPLE_data)

[Package SoilManageR version 1.1.0 Index]