View source: R/class-forecast.R
print.forecast | R Documentation |
This function prints information about a forecast object, including "Forecast type", "Score columns", "Forecast unit".
## S3 method for class 'forecast'
print(x, ...)
x |
A forecast object |
... |
Additional arguments for |
Returns x
invisibly.
dat <- as_forecast_quantile(example_quantile)
print(dat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.