Description Usage Arguments Examples
To be used as an argument to the build_soil_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_crop(crop, yield_tha, frac_remove, frac_renew)
|
crop |
A character vector indicating the crop type. See |
yield_tha |
A numeric vector indicating crop yield in tonnes fresh weight ha^-1. |
frac_remove |
A numeric vector indicating the fraction of crop residues removed, values between 0 and 1. |
frac_renew |
A numeric vector indicating the fraction of the crop renewed annually, values between 0 and 1. Equal to 1 for annual crops, 1 / renewal period in years for perennial crops. |
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.