R/weather-transform.R
monthly_transform.Rdmonthly_transform(), daily_transform(), and hourly_transform() select
a scientific method on its transformation scale. The resulting
WeatherTransformSpec contains no climate data, EPW template, period, site,
or output path and can therefore be reused across runs.
monthly_transform(method, reconstruction = NULL, ...)
daily_transform(method, reconstruction = NULL, ...)
hourly_transform(method, reconstruction = NULL, ...)A method key returned by weather_transforms().
An hourly reconstruction choice. Supply this only for methods that list more than one permitted reconstruction.
Method-specific scientific settings. Unknown settings are errors.
A reusable WeatherTransformSpec.