b_region.Rd
Add regions to chart.
b_region(p, axis, start, end, class = NULL, ...)
an object of class billboard.
billboard
axis to draw region on.
start and end of region.
class of region (CSS).
CSS
any other parameter.
mtcars %>% b_board(wt) %>% b_scatter(mpg) %>% b_region(axis = "x", start = 8, end = 20) %>% b_region(axis = "x", start = 1, end = 4) %>% b_region(axis = "y", start = 30, end = 34)