Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

tfplot.TSdata

Tfplot Specific Methods


Description

See the generic function description.

Usage

## S3 method for class 'TSdata'
tfplot(x, ..., 
        tf=NULL, start=tfstart(tf), end=tfend(tf), 
        select.inputs  = seq(length=nseriesInput(x)),
        select.outputs = seq(length=nseriesOutput(x)),
        Title=NULL, xlab=NULL, ylab=NULL, 
	graphs.per.page=5, mar=par()$mar, reset.screen=TRUE)
    ## S3 method for class 'TSestModel'
tfplot(x, ..., 
        tf=NULL, start=tfstart(tf), end=tfend(tf), 
        select.inputs=NULL, select.outputs=NULL,
        Title=NULL, xlab=NULL, ylab=NULL, 
        graphs.per.page=5, mar=par()$mar, reset.screen=TRUE)

Arguments

x

object to be plotted.

...

additional objects to be plotted.

start

start of plot.

end

end of plot.

tf

an alternate way to specify start and end of plot.

select.inputs

series to be plotted. (passed to selectSeries)

select.outputs

series to be plotted. (passed to selectSeries)

Title

string to use for plot title (passed to plot - see tfplot).

xlab

string to use for x label (passed to plot).

ylab

string to use for y label (passed to plot).

graphs.per.page

integer indicating number of graphs to place on a page.

mar

margins passed to plot. See par.)

reset.screen

logical indicating if the plot window should be cleared before starting. If this is not TRUE then mar values will have no effect.

See Also


dse

Dynamic Systems Estimation (Time Series Package)

v2020.2-1
GPL-2
Authors
Paul Gilbert <pgilbert.ttv9z@ncf.ca>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.