Plot method for objects with class attribute VLSTAR
.
# S3 method for VLSTAR
plot(
x,
names = NULL,
main.fit = NULL,
main.acf = NULL,
main.pacf = NULL,
main.logi = NULL,
ylim.fit = NULL,
ylim.resid = NULL,
lty.fit = NULL,
lty.resid = NULL,
lty.logi = NULL,
lwd.fit = NULL,
lwd.resid = NULL,
lwd.logi = NULL,
lag.acf = NULL,
lag.pacf = NULL,
col.fit = NULL,
col.resid = NULL,
col.logi = NULL,
ylab.fit = NULL,
ylab.resid = NULL,
ylab.acf = NULL,
ylab.pacf = NULL,
ylab.logi = NULL,
xlab.fit = NULL,
xlab.resid = NULL,
xlab.logi = NULL,
mar = par("mar"),
oma = par("oma"),
adj.mtext = NA,
padj.mtext = NA,
col.mtext = NA,
...
)
An object of class ‘VLSTAR
’.
Character vector, the variables names to be plotted. If left NULL
, all variables are plotted.
Character vector, main for diagram of fit.
Character vector, main for residuals' ACF.
Character vector, main for residuals' PACF.
Character vector, main for the plot of the logistic function.
Vector, ylim for diagram of fit.
Vector, ylim for residual plot.
Vector, lty for diagram of fit.
Vector, lty for residual plot.
Vector, lty for the plot of the logistic function.
Vector, lwd for diagram of fit.
Vector, lwd for residual plot.
Vector, lwd for the plot of the logistic function.
Integer, lag.max for ACF of residuals.
Integer, lag.max for PACF of residuals.
Character vector, colors for diagram of fit.
Character vector, colors for residual plot.
Character vector, colors for logistic function plot.
Character vector, ylab for diagram of fit.
Character vector, ylab for residual plot.
Character, ylab for ACF.
Character, ylab for PACF
Character vector, ylab for the plot of the logistic function.
Character vector, xlab for diagram of fit.
Character vector, xlab for residual plot.
Character vector, xlab for the plot of the logistic function.
Setting of margins.
Setting of outer margins.
Adjustment for mtext()
.
Adjustment for mtext()
.
Character, color for mtext()
, only applicable.
Passed to internal plot function.
Character vector, the titles of the plot.
Character vector signifying the labels for the x-axis.
Character vector signifying the labels for the y-axis.
Vector, the limits of the y-axis.
Plot of VLSTAR fitted values, residuals, ACF, PACF and logistic function
When the plot
function is applied to a VLSTAR
object, the values of the logistic function, given the estimated values of gamma and c through VLSTAR
, are reported.