Description Usage Arguments See Also
See the generic function description.
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)
|
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.