plot.bootSemNeT: Plot for bootSemNeT

plot.bootSemNeTR Documentation

Plot for bootSemNeT

Description

Plots output from bootSemNeT

Usage

## S3 method for class 'bootSemNeT'
plot(..., groups = NULL, measures = c("ASPL", "CC", "Q"))

Arguments

...

Object(s) from bootSemNeT

groups

Character. Labels for groups in the order they were entered in bootSemNeT

measures

Character. Measures to be plotted

Value

Returns plots for the specified measures

Author(s)

Alexander Christensen <alexpaulchristensen@gmail.com>

Examples

# Simulate Dataset
one <- sim.fluency(20)

# Run partial bootstrap networks
one.result <- bootSemNeT(one, prop = .50, iter = 1000,
sim = "cosine", cores = 2, type = "node", method = "TMFG")

# Plot
plot(one.result, groups = c("One"))


SemNeT documentation built on Aug. 12, 2023, 5:06 p.m.