plot.summary.explore: Plot 'summary.explore' Objects

Description Usage Arguments Value See Also Examples

View source: R/explore.default.R

Description

Visualize the posterior distributions for each partial correlation.

Usage

1
2
## S3 method for class 'summary.explore'
plot(x, color = "black", size = 2, width = 0, ...)

Arguments

x

An object of class summary.explore

color

Character string. The color for the error bars. (defaults to "black").

size

Numeric. The size for the points (defaults to 2).

width

Numeric. The width of error bar ends (defaults to 0 ).

...

Currently ignored

Value

A ggplot object

See Also

explore

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
# note: iter = 250 for demonstrative purposes

Y <- ptsd[,1:5]

fit <- explore(Y, iter = 250,
               progress = FALSE)

plt <- plot(summary(fit))

plt

BGGM documentation built on Aug. 20, 2021, 5:08 p.m.