View source: R/explore.default.R
plot.summary.explore | R Documentation |
summary.explore
ObjectsVisualize the posterior distributions for each partial correlation.
## S3 method for class 'summary.explore'
plot(x, color = "black", size = 2, width = 0, ...)
x |
An object of class |
color |
Character string. The color for the error bars.
(defaults to |
size |
Numeric. The size for the points (defaults to |
width |
Numeric. The width of error bar ends (defaults to |
... |
Currently ignored |
A ggplot
object
explore
# note: iter = 250 for demonstrative purposes
Y <- ptsd[,1:5]
fit <- explore(Y, iter = 250,
progress = FALSE)
plt <- plot(summary(fit))
plt
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.