plots {EGAnet} | R Documentation |
Plots for EGAnet
objects
## S3 method for class 'bootEGA'
plot(x, plot.type = c("GGally", "qgraph"),
plot.args = list(), produce = TRUE, ...)
## S3 method for class 'CFA'
plot(x, layout = "spring", vsize = 6, ...)
## S3 method for class 'dynEGA'
plot(x, title = "", plot.type = c("GGally", "qgraph"),
plot.args = list(), produce = TRUE, ...)
## S3 method for class 'dynEGA.Groups'
plot(x, ncol, nrow, title = "",
plot.type = c("GGally", "qgraph"), plot.args = list(), produce = TRUE, ...)
## S3 method for class 'dynEGA.Individuals'
plot(x, title = "", id = NULL,
plot.type = c("GGally", "qgraph"), plot.args = list(), produce = TRUE, ...)
## S3 method for class 'EGA'
plot(x, title = "", plot.type = c("GGally", "qgraph"),
plot.args = list(), produce = TRUE, ...)
## S3 method for class 'NetLoads'
plot(x, ...)
x |
Object from |
plot.type |
Character.
Plot system to use.
Current options are |
plot.args |
List.
A list of additional arguments for the network plot.
For
For
|
produce |
Boolean.
This argument is used internally.
Should plot be produced?
Defaults to |
... |
Arguments passed on to |
vsize |
Numeric.
Size of vertices in |
layout |
Character.
Layout of plot (see |
ncol |
Numeric. Number of columns |
nrow |
Numeric. Number of rows |
title |
Character.
Title of the plot.
Defaults to |
id |
Numeric. An integer or character indicating the ID of the individual to plot |
Plots of EGAnet
object
Hudson Golino <hfg9s at virginia.edu> and Alexander P. Christensen <alexpaulchristensen@gmail.com>