Description Usage Arguments Author(s) See Also
View source: R/splineInterpolateMonthlytoDailyforSeveralYears.R
Interpolates monthly data to daily data using splineInterpolateMonthlytoDaily
for several years
1 2 3 | splineInterpolateMonthlytoDailyforSeveralYears(val, start_year = 2010,
nyear = 1, leap = TRUE, offset = 2, no_spline = FALSE,
yearly = FALSE)
|
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 |
Emanuele Cordano, Emanuele Eccel
spline
,splineInterpolateMonthlytoDaily
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.