Calculates the alpha
model parameter, which is derived from carbon inputs,
nitrogen and lignin fractions, sand fraction and tillage type.
1 2 3 4 5 6 7 8 | alpha(
c_input,
lignin_frac,
n_frac,
sand_frac,
till_type,
params = soilc_params
)
|
c_input |
Numeric vector indicating combined carbon inputs for the model, in tonnes C ha^-1. |
lignin_frac |
Numeric vector indicating lignin fraction of the carbon inputs, fractional. |
n_frac |
Numeric vector indicating nitrogen fraction of the carbon inputs, fractional. |
sand_frac |
A numeric scalar or vector indicating the sand proportion in the soil mineral makeup, fractional. |
till_type |
A character vector indicating tillage type. One of "unknown", "full", "reduced", or "zero". |
params |
A named list containing model parameters. Defaults to the package default parameter
set |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.