tfplot.TSdata: Tfplot Specific Methods

Description Usage Arguments See Also

Description

See the generic function description.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
    ## 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

tfplot


dse documentation built on March 4, 2020, 3:01 a.m.