tfplot.TSdata {dse2}R Documentation

Specific Methods for tfplot

Description

See the generic function description.

Usage

    tfplot(x, graph.args=NULL,
                       criterion ="parms", criterion.args=NULL)
    tfplot(x, graph.args=NULL,
                       criterion ="parms", criterion.args=NULL)
    tfplot(x, start.=NULL, end.=NULL, 
      select.series=NULL, graphs.per.page=5, reset.screen=T, mar=par()$mar)
    tfplot(x, start.=NULL, end.=NULL,
        select.series = seq(length=output.dimension(x$data)),
        names = output.series.names(x$data), mar=par()$mar)
    tfplot(x, 
        select.series=1:dim(x$forecast.cov[[1]])[2], 
        select.cov=1:length(x$forecast.cov),
        select.zero=T, select.trend=T, lty=NULL, mar=par()$mar,  ...)
    tfplot(x, start.=NULL, end.=NULL,
         select.series=NULL, names=output.series.names(x$data), mar=par()$mar)
    tfplot(x, start.=NULL, end.=NULL,
         select.series=NULL)
    tfplot(x, cum=T, norm=F, bounds=T, invert=F, Sort=F,
        graphs.per.page = 5)
    plot(x, complex.plane=T, cum=T, norm=F, bounds=T,
      transform=NULL, invert=F, Sort=T)
    tfplot(x, ...)

See Also

tfplot