calculate_N_input_tibble {SoilManageR}R Documentation

Calculate N input tibble

Description

A function that calculates the N input by mineral and organic fertilization as well as the livestock intensity of the animal derived N inputs.

Usage

calculate_N_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 N_input() function.

Value

tibble with N and LSU values

See Also

Examples

#Calculate N input tibble
calculate_N_input_tibble(EXAMPLE_data)

[Package SoilManageR version 1.1.0 Index]