## S3 method for class 'TSFmodel':
tframe(x) ## S3 method for class 'TSFmodel':
tfplot(x, ..., tf=tfspan(x, ...), start=tfstart(tf), end=tfend(tf),
series = seq(nfactors(x)),
Title = "Model factors",
lty = 1:5, lwd = 1, pch = NULL, col = 1:6, cex = NULL,
xlab = NULL, ylab = factorNames(x), xlim = NULL, ylim = NULL,
graphs.per.page = 5,
par=NULL, mar = par()$mar, reset.screen = TRUE)
## S3 method for class 'TSFfactors':
tfplot(x,..., tf=tfspan(x, ...), start=tfstart(tf), end=tfend(tf),
series=seq(nfactors(x)),
Title="Estimated factors (dashed) and true (solid)",
lty = c("dashed", "solid"), lwd = 1, pch = NULL, col = 1:6, cex = NULL,
xlab=NULL, ylab=factorNames(x), xlim = NULL, ylim = NULL,
graphs.per.page=5, par=NULL, mar=par()$mar, reset.screen=TRUE)
## S3 method for class 'TSFexplained':
tfplot(x,..., tf=tfspan(x, ...), start=tfstart(tf), end=tfend(tf),
series=seq(nseries(x)),
Title="Explained (dashed) and actual data (solid)",
lty = c("dashed", "solid"), lwd = 1, pch = NULL, col = 1:6, cex = NULL,
xlab=NULL,
ylab=seriesNames(x),
xlim = NULL, ylim = NULL,
graphs.per.page=5, par=NULL, mar=par()$mar, reset.screen=TRUE)
## S3 method for class 'TSFmodelEstEval':
tfplot(x, ..., tf=NULL, start=tfstart(tf), end=tfend(tf),
series=seq(nseries(factors(x))),
Title="Monte Carlo Results",
lty = c("solid", "dotdash", "dashed", "dashed"), lwd = 1, pch = NULL,
col = c("black", "red", "red", "red"), cex = NULL,
xlab=NULL,
ylab=seriesNames(factors(x$truth)),
xlim = NULL, ylim = NULL,
graphs.per.page=5, par=NULL, mar=par()$mar, reset.screen=TRUE,
diff.=FALSE, percentChange.=FALSE,
PCcentered.=FALSE, summary.=TRUE)
## S3 method for class 'TSFmodel':
diff(x, ...)
## S3 method for class 'TSFexplained':
diff(x, ...)
## S3 method for class 'TSFfactors':
diff(x, ...)
## S3 method for class 'factorsEstEval':
diff(x, ...)
Title is not put on the plot if the global option
PlotTitles is FALSE. This can be set with options(PlotTitles=FALSE).
This provides a convenient mechanism to omit all titles when the title
may be added separately (e.g. in Latex).TSFmodel,
estTSF.ML,
simulate.TSFmodel,
tfplot,
diff,
factors,
explained,
factorNames,
TSFmodel