tfplot.forecast: Specific Methods for tfplot

Description Usage Arguments See Also

View source: R/dse2.R

Description

See the generic function description.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
    ## S3 method for class 'forecast'
tfplot(x, tf=NULL, start=tfstart(tf), end=tfend(tf),
        series = seq(length=nseriesOutput(x$data)),
	Title="Predictions (dotted) and actual data (solid)",
        ylab = seriesNamesOutput(x$data), 
	graphs.per.page=5, mar=par()$mar, reset.screen=TRUE, ...)
    ## S3 method for class 'featherForecasts'
tfplot(x, tf=NULL, start=tfstart(tf), end=tfend(tf), 
        series=seq(nseries(x)), 
        Title="Predictions (dotted) and actual data (solid)", 
        ylab=seriesNamesOutput(x),
        graphs.per.page=5, mar=par()$mar, reset.screen=TRUE, ...)
    ## S3 method for class 'horizonForecasts'
tfplot(x, tf=NULL, start=tfstart(tf), end=tfend(tf),
         series=seq(length=nseriesOutput(x$data)),
	 Title="Predictions (dotted) and actual data (solid)", 
	 ylab=seriesNamesOutput(x$data), 
	 graphs.per.page=5, mar=par()$mar, reset.screen=TRUE, ...)
    ## S3 method for class 'multiModelHorizonForecasts'
tfplot(x, 
         tf=NULL, start=tfstart(tf), end=tfend(tf), series=NULL, ...)

Arguments

x

an object for which a tfplot is to be produced.

tf

see tfplot.

start

see tfplot.

end

see tfplot.

Title

string of characters to use for title.

ylab

vector of strings for y axis labelling.

graphs.per.page

integer indicating number of graphs to place on a page.

reset.screen

logical indicating if the plot window should be cleared before starting.

series

integer or string indicating the series which should be plotted.

mar

plot margins. See par.

...

arguments passed to other methods.

See Also

tfplot EstEval


dse documentation built on March 26, 2020, 7:12 p.m.