Description Usage Arguments Examples
Takes the model input dataframe and calculates an averaged run-in row based on the
number of years specified in dur
. Returns the model input dataframe with the run-in row
appended to the top of the data. The variables indicated as year
and climdata
are
excluded from the run-in row.
1 |
data |
A tibble containing model input data. See |
dur |
An integer value specifying the number of rows to enter into the run-in calculation. Defaults to 10 years. |
year |
A character string indicating the name of the variable containing the year input. Defaults to "year". |
climdata |
A character string indicating the name of the list column containing climate data. Defaults to "climdata". |
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.