Description Usage Arguments Examples
To be used as an argument to the build_input()
function. Creates an object
containing custom management information and checks it for correct format and values. Arguments
should be vectors of matching length, or of length 1.
1 | add_custom(om_input, c_input, n_input, lignin_input)
|
om_input |
A numeric vector indicating dry organic matter inputs, in tonnes ha^-1. |
c_input |
A numeric vector indicating carbon inputs, in tonnes ha^-1. |
n_input |
A numeric vector indicating nitrogen inputs, in tonnes ha^-1. |
lignin_input |
A numeric vector indicating lignin inputs, in tonnes ha^-1. |
1 2 3 4 | add_custom(om_input = c(6.1, 5.2),
c_input = c(3.1, 2.9),
n_input = c(0.06, 0.05),
lignin_input = c(0.32, 0.29))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.