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 |
Details
The function is mainly a helper function for the N_input()
function.
Value
tibble with N and LSU values
See Also
-
calculate_indicators()
to calculate all management indicators for amanagement_df
-
CN_input_amendments()
for the calculation of N inputs from organic amendments -
N_input()
a function that calculates the N input by mineral and organic fertilization and summarizes it by year
Examples
#Calculate N input tibble
calculate_N_input_tibble(EXAMPLE_data)
[Package SoilManageR version 1.1.0 Index]