plot.VLSTAR {starvars} | R Documentation |
Plot methods for a VLSTAR object
Description
Plot method for objects with class attribute VLSTAR
.
Usage
## S3 method for class '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,
...
)
Arguments
x |
An object of class ‘ |
names |
Character vector, the variables names to be plotted. If left |
main.fit |
Character vector, main for diagram of fit. |
main.acf |
Character vector, main for residuals' ACF. |
main.pacf |
Character vector, main for residuals' PACF. |
main.logi |
Character vector, main for the plot of the logistic function. |
ylim.fit |
Vector, ylim for diagram of fit. |
ylim.resid |
Vector, ylim for residual plot. |
lty.fit |
Vector, lty for diagram of fit. |
lty.resid |
Vector, lty for residual plot. |
lty.logi |
Vector, lty for the plot of the logistic function. |
lwd.fit |
Vector, lwd for diagram of fit. |
lwd.resid |
Vector, lwd for residual plot. |
lwd.logi |
Vector, lwd for the plot of the logistic function. |
lag.acf |
Integer, lag.max for ACF of residuals. |
lag.pacf |
Integer, lag.max for PACF of residuals. |
col.fit |
Character vector, colors for diagram of fit. |
col.resid |
Character vector, colors for residual plot. |
col.logi |
Character vector, colors for logistic function plot. |
ylab.fit |
Character vector, ylab for diagram of fit. |
ylab.resid |
Character vector, ylab for residual plot. |
ylab.acf |
Character, ylab for ACF. |
ylab.pacf |
Character, ylab for PACF |
ylab.logi |
Character vector, ylab for the plot of the logistic function. |
xlab.fit |
Character vector, xlab for diagram of fit. |
xlab.resid |
Character vector, xlab for residual plot. |
xlab.logi |
Character vector, xlab for the plot of the logistic function. |
mar |
Setting of margins. |
oma |
Setting of outer margins. |
adj.mtext |
Adjustment for |
padj.mtext |
Adjustment for |
col.mtext |
Character, color for |
... |
Passed to internal plot function. |
main |
Character vector, the titles of the plot. |
xlab |
Character vector signifying the labels for the x-axis. |
ylab |
Character vector signifying the labels for the y-axis. |
ylim |
Vector, the limits of the y-axis. |
Details
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.
Value
Plot of VLSTAR fitted values, residuals, ACF, PACF and logistic function
Author(s)
Andrea Bucci