plot.VLSTAR: Plot methods for a VLSTAR object

Description Usage Arguments Details Value Author(s) See Also

View source: R/plot.VLSTAR.R

Description

Plot method for objects with class attribute VLSTAR.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
## 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 ‘VLSTAR’.

names

Character vector, the variables names to be plotted. If left NULL, all variables are plotted.

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 mtext().

padj.mtext

Adjustment for mtext().

col.mtext

Character, color for mtext(), only applicable.

...

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

See Also

VLSTAR


starvars documentation built on Jan. 18, 2022, 1:08 a.m.