check_basic_argument_validity {rIACI} | R Documentation |
Check Validity of Basic Arguments
Description
Validates the input parameters to ensure they are valid and consistent.
Usage
check_basic_argument_validity(tmax, tmin, prec, wind, dates, base.range, n)
Arguments
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. |
Value
None. Stops execution if validation fails.
[Package rIACI version 1.0.0 Index]