powered by
layer
bb_lm(mapping = NULL, data = NULL, ...)bb_point(mapping = NULL, data = NULL, position = "identity", ...)bb_text(mapping = NULL, data = NULL, ...)bb_tile(mapping = NULL, data = NULL, ...)
bb_point(mapping = NULL, data = NULL, position = "identity", ...)
bb_text(mapping = NULL, data = NULL, ...)
bb_tile(mapping = NULL, data = NULL, ...)
aesthetic mapping
layer data
addition parameter for the layer
one of 'identity' or 'jitter'
A modified bbplot object
bbplot layers
# NOT RUN { library(plotbb) p <- bbplot(mtcars, bb_aes(mpg, disp, col=factor(cyl))) + bb_point() + bb_lm(bb_aes(group=cyl), lwd=2) # }
Run the code above in your browser using DataLab