Plots for EGAnet
objects
# S3 method for bootEGA
plot(x, vsize = 6, ...)# S3 method for CFA
plot(x, layout = "spring", vsize = 6, ...)
# S3 method for dynEGA
plot(x, title = "", vsize = 6, ...)
# S3 method for dynEGA.Groups
plot(x, ncol, nrow, title = "", vsize = 6, ...)
# S3 method for dynEGA.Individuals
plot(x, title = "", vsize = 6, id = NULL, ...)
# S3 method for EGA
plot(x, title = "", vsize = 6, ...)
# S3 method for NetLoads
plot(x, ...)
Object from EGAnet
package
Numeric.
Size of vertices in network plots.
Defaults to 6
Character.
Layout of plot (see semPaths
).
Defaults to "spring"
Numeric. Number of columns
Numeric. Number of rows
Character.
Title of the plot.
Defaults to ""
Numeric. An integer or character indicating the ID of the individual to plot
Plots of EGAnet
object