Learn R Programming

qgarch (version 0.1.0)

plot.qgarch: Plot a qgarch model

Description

Plot a qgarch model

Usage

# S3 method for qgarch
plot(x, which = c("sigma2", "standardized"), ...)

Value

The input object, invisibly.

Arguments

x

A fitted qgarch object.

which

Which plot to show: "sigma2" or "standardized".

...

Additional graphical arguments passed to graphics::plot().