plot.bbcor {BBcor} | R Documentation |
Plot bbcor point estimates and intervals
## S3 method for class 'bbcor'
plot(x, ci = 0.9, point_col = "red", bar_col = "black", ...)
x |
An object of class |
ci |
Width of credible interval. Defaults to 0.9. |
point_col |
Color for point indicating mean of posterior |
bar_col |
Color of bar for credible interval |
... |
Currently ignored |
An object of class ggplot
Y <- mtcars[, 1:5]
bb <- bbcor(Y)
plot(bb)