b_title.Rd
Add a title to the chart.
b_title(p, title = NULL, position = "top-center", ...)
an object of class billboard.
billboard
chart title.
title position.
any other parameter.
mtcars %>% b_board(wt) %>% b_scatter(mpg) %>% b_title("Chart title", position = "top-right")