Produces plot of the estimated inverse spectral matrix for a fitted
"cglasso" object. A inverse spectral matrix profile plot is produced.
# S3 method for cglasso
plot(
x,
index,
type = c("real", "imaginary", "mod", "both"),
label = FALSE,
...
)No return value, called for side effects (produces a plot).
fitted "cglasso" model
For which inverse spectral matrix profile is the plot to be drawn? Default is 1. The index must be provided within the length of the sequence of lambdas.
Whether the plot is for real or imaginary part, or both, or in modulus (mod; absolute scale). Default is mod.
If TRUE, label the axes with variable names.
Other graphical parameters to plot.
Navonil Deb, Younghoon Kim, Sumanta Basu
Maintainer: Younghoon Kim
yk748@cornell.edu
cglasso