splineInterpolateMonthlytoDailyforSeveralYears {RMAWGEN} | R Documentation |
Interpolates monthly data to daily data using splineInterpolateMonthlytoDaily
for several years
Description
Interpolates monthly data to daily data using splineInterpolateMonthlytoDaily
for several years
Usage
splineInterpolateMonthlytoDailyforSeveralYears(val, start_year = 2010,
nyear = 1, leap = TRUE, offset = 2, no_spline = FALSE,
yearly = FALSE)
Arguments
val |
matrix containing monthly mean data for one year |
start_year |
first year |
nyear |
number of years since |
leap |
logical variable If |
offset |
integer values. Default is 2. Number of years considered beyond the extremes in order to avoid edge errors |
no_spline |
logical value. If |
yearly |
logical value. If @return a matrix or data frame with interpolated daily data |
Author(s)
Emanuele Cordano, Emanuele Eccel
See Also
spline
,splineInterpolateMonthlytoDaily
[Package RMAWGEN version 1.3.7 Index]