Calculates the model parameter wfac
from monthly precipitation and potential
evapotranspiration data. Expects monthly data for a single-year dataframe; map
over a list
of annual dataframes, or use to mutate
a grouped tibble.
1 | wfac(precip, pet, params = soilc_params)
|
precip |
Numeric vector of length 12 indicating monthly precipitation, in mm. |
pet |
Numeric vector of length 12 indicating monthly potential evapotranspiration, in mm. |
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.