An alternative ts_forecast constructor, which accepts an already calculated list of forecasts. For future work, this could be integrated with copula post-processing with site-level forecasts.
1 2 3 | ## S3 method for class 'list'
ts_forecast(x, start_time, time_step, scale, location,
method)
|
x |
A list of prob_forecast objects |
start_time |
A lubridate time stamp |
time_step |
Time step in hours |
scale |
One of 'site', 'region', 'total' |
location |
A string |
method |
A string |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.