rescaling_monthly {RMAWGEN} | R Documentation |
This function adjusts the monthly mean to a daily weather dataset (e. g. spline-interpolated temperature)
Description
This function adjusts the monthly mean to a daily weather dataset (e. g. spline-interpolated temperature)
Usage
rescaling_monthly(data, val, origin = "1961-1-1")
Arguments
data |
data frame of wheather variables) |
val |
monthly means returned by |
origin |
character string containing the gregorian date of the first day of |
Value
A data frame with data of data
rescaled with val
for each month
Note
Author(s)
Emanuele Cordano
@export
See Also
[Package RMAWGEN version 1.3.7 Index]