Description Usage Arguments Examples
This function plots the point forecasts along side the realized values using ggplot.
1 2 3 4  | 
forecasts | 
 an object of class "Maeforecast". Can be returned by functions   | 
start | 
 the starting time of the forecasts. Should have the format   | 
frequency | 
 if   | 
forecast.lab | 
 character, label of the forecasts. Default is   | 
true.lab | 
 character, label of the realized values. Default is   | 
x.lab | 
 character, label of the x-axis. Default is   | 
y.labe | 
 character, label of the y-axis. Default is   | 
title | 
 character, title of the plot.  | 
1 2 3  | AR.For<-maeforecast(mydata, w_size=72, window="recursive",
        model="ar")
plot(AR.For, start="2010-02-01", frequency="month")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.