seasonalClearsky modelR/seasonalClearsky-R6-internals.R
seasonalClearsky_spec.RdSpecification for seasonalClearsky model
seasonalClearsky_spec(
method = "OLS",
order = 1,
order_H0 = 1,
method_H0 = "spencer",
period = 365,
include.intercept = TRUE,
include.trend = FALSE
)Character, method of fitting: can be: OLS, RLS, CLS
Integer scalar, number of combinations of sines and cosines.
Integer scalar, order of the polynomial for extra-terrestrial radiation.
Character, method of computation of the extra-terrestrial radiation: can be: spencer, cooper.
Integer scalar, seasonality period. The default is 365.
Logical, when TRUE, the default, the intercept will be included in the clear sky model.
Named list of control parameters.
Version 1.0.0
spec_Ct = spec_seasonalClearsky()
#> Error in spec_seasonalClearsky(): could not find function "spec_seasonalClearsky"