plot.bootSemNeT | R Documentation |
Plots output from bootSemNeT
## S3 method for class 'bootSemNeT'
plot(..., groups = NULL, measures = c("ASPL", "CC", "Q"))
... |
Object(s) from |
groups |
Character.
Labels for groups in the order they were entered
in |
measures |
Character. Measures to be plotted |
Returns plots for the specified measures
Alexander Christensen <alexpaulchristensen@gmail.com>
# 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"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.