plot.bootSemNeT {SemNeT} | R 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 |
groups |
Character.
Labels for groups in the order they were entered
in |
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"))
[Package SemNeT version 1.4.4 Index]