plot.bbcor: Plot bbcor point estimates and intervals

Description Usage Arguments Value Examples

View source: R/methods.R

Description

Plot bbcor point estimates and intervals

Usage

1
2
## S3 method for class 'bbcor'
plot(x, ci = 0.9, point_col = "red", bar_col = "black", ...)

Arguments

x

An object of class bbcor

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

Value

An object of class ggplot

Examples

1
2
3
Y <- mtcars[, 1:5]
bb <- bbcor(Y)
plot(bb)

BBcor documentation built on Oct. 14, 2021, 5:22 p.m.