View source: R/calcNitrogenBudgetPasture.R
calcNitrogenBudgetPasture | R Documentation |
Calculates Nitrogen Budgets for Pasture soils on country levels.
calcNitrogenBudgetPasture(
cellular = FALSE,
include_fertilizer = TRUE,
deposition = "CEDS",
max_nue = 0.9
)
cellular |
cellular disaggreagation or national values |
include_fertilizer |
including fertilizer in budget. Use FALSE to avoid circularities in specific cases |
deposition |
if FALSE, deposition is not accounted for in the distribution. Use FALSE to avoid circularities in calcNitrogenBudget |
max_nue |
NULL or a numeric value. if numeric, an additional N balanceflow is included that takes care that the nitrogen use efficiency does not exceed the numeric value in balanceflow. |
List of magpie object with results on country level, weight on country level, unit and description.
Benjamin Leon Bodirsky
## Not run:
calcOutput("NitrogenBudgetPasture")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.