b_title: Add title

Description Usage Arguments Examples

Description

Add a title to the chart.

Usage

1
b_title(p, title = NULL, position = "top-center", ...)

Arguments

p

an object of class billboard.

title

chart title.

position

title position.

...

any other parameter.

Examples

1
2
3
4
mtcars %>%
  b_board(wt) %>%
  b_scatter(mpg) %>%
  b_title("Chart title", position = "top-right")

JohnCoene/billboard documentation built on May 14, 2019, 2:39 p.m.