Description Usage Arguments Author(s)
View source: R/approxLeadTimes.R
RAnEnExtra::approxLeadTimes interpolate forecasts across the lead time dimension.
1 2 3 4 5 6 7 8 | approxLeadTimes(
forecasts,
flt_dimension,
old_flts,
new_flts,
method = "linear",
parallel = FALSE
)
|
forecasts |
A 4-dimensional array |
flt_dimension |
Which dimension is the lead time dimension. |
old_flts |
Original forecast lead times in seconds |
new_flts |
New forecast lead times in seconds |
method |
The |
parallel |
Whether to use |
Weiming Hu weiming@psu.edu
Martina Calovi mxc895@psu.edu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.