plot.multiforecast: Plota graficos de objetos da classe 'multiforecast'

Author(s) Examples

View source: R/CMISMultiForecastExtraFunctions.R

Author(s)

LOPES, J. E.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
## dados
data(diario)

## Controle
Control <- cmisControl(
  maxHorizon = 45,
  level = 95,
  onlyfc = FALSE,
  cvMethod = "MAPE",
  tsfrequency = "day",
  outputFormat = "forecast"
)

fit <- cmisMultiforecast(diario[, 5], Control)
plot(fit)

evandeilton/RTFC documentation built on May 29, 2019, 10:37 a.m.