Description Usage Arguments Examples
To be used as an argument to the build_input()
function. Creates an object
containing crop management information and checks it for correct format and values. Arguments
should be vectors of matching length, or of length 1.
1 | add_manure(livestock_type, n_rate)
|
livestock_type |
A character vector indicating the livestock type from which the manure is
derived. See |
n_rate |
A numeric vector indicating the manure application rate, in kg nitrogen ha^-1. |
1 2 | add_manure(livestock_type = c("beef_cattle", "swine"),
n_rate = c(47, 52))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.