gplot {sglasso}R Documentation

Plotting Sparse Graph

Description

gplot is a generic function for plotting sparse graphs.

Usage

gplot(object, ...)

Arguments

object

fitted sglasso/fglasso object;

...

other parameters passed to gplot.sglasso or gplot.fglasso.

Details

gplot is a generic function used to plot a graph estimated by sglasso or fglasso. See the method function gplot.sglasso or gplot.fglasso for more details about the specific arguments.

Author(s)

Luigi Augugliaro
Maintainer: Luigi Augugliaro luigi.augugliaro@unipa.it

See Also

gplot.sglasso and gplot.fglasso method functions.


[Package sglasso version 1.2.6 Index]