check_basic_argument_validity | R Documentation |
Validates the input parameters to ensure they are valid and consistent.
check_basic_argument_validity(tmax, tmin, prec, wind, dates, base.range, n)
tmax |
Numeric vector. Maximum temperature data. |
tmin |
Numeric vector. Minimum temperature data. |
prec |
Numeric vector. Precipitation data. |
wind |
Numeric vector. Wind data. |
dates |
Date vector. Dates corresponding to the data. |
base.range |
Numeric vector of length 2. The base range years. |
n |
Numeric. A parameter used in calculations. |
None. Stops execution if validation fails.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.