write.ts_forecast: Write ts_forecast quantiles to .csv

Description Usage Arguments

View source: R/ts_forecast.R

Description

Export a csv file of [time x quantiles] Note: this follows the convention of e.g., write.csv and write.table, but write isn't an exported generic function

Usage

1
write.ts_forecast(x, file, window = NA, percentiles = 1:99)

Arguments

x

A ts_forecast object

file

A file name

window

(optional) A vector of (start index, end index) to plot certain time window

percentiles

(optional – defaults 1st to 99th percentiles) Select the quantiles associated with which percentiles will be exported


kdayday/forecasting documentation built on Oct. 7, 2020, 7:16 p.m.