Learn R Programming

EGAnet (version 0.9.6)

plots: S3Methods for Plotting

Description

Plots for EGAnet objects

Usage

# 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, ...)

Arguments

x

Object from EGAnet package

vsize

Numeric. Size of vertices in network plots. Defaults to 6

...

Arguments passed on to

  • qgraph Functions: bootEGA, dynEGA, dynEGA.Groups, dynEGA.Individuals, EGA, and net.loads

  • semPaths Functions: CFA

layout

Character. Layout of plot (see semPaths). Defaults to "spring"

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

Value

Plots of EGAnet object