plot.measure-of-accuracy {forecastSNSTS} | R Documentation |
Plot a MSPE
or MAPE
object
Description
The function plot.MSPE
plots a MSPE
object that is returned by
the MSPE
function.
The function plot.MAPE
plots a MAPE
object that is returned by
the MAPE
function.
Usage
## S3 method for class 'MSPE'
plot(x, vr = NULL, h = 1, N_min = 1, legend = TRUE,
display.mins = TRUE, add.for.legend = 0, ...)
## S3 method for class 'MAPE'
plot(x, vr = NULL, h = 1, N_min = 1, legend = TRUE,
display.mins = TRUE, add.for.legend = 0, ...)
Arguments
x |
The |
vr |
parameter to plot a line at level |
h |
Defines for which |
N_min |
If specified, the mean squared prediction errors with
|
legend |
Flag to specify if a legend, indicating which colour of the
lines corresponds to which |
display.mins |
Flag to specify if the minima for each |
add.for.legend |
add this much extra space for the legend, right of the lines. |
... |
Arguments to be passed to the underlying plot method |
Value
Returns the plot, as specified.