b_pad: Chart padding

Description Usage Arguments Examples

Description

Adjust chart padding.

Usage

1
b_pad(p, top = NULL, right = NULL, bottom = NULL, left = NULL, ...)

Arguments

p

an object of class billboard.

top, right, bottom, left

padding.

...

any other parameter.

Examples

1
2
3
4
mtcars %>%
  b_board(wt) %>%
  b_area(mpg) %>%
  b_pad(brighten = FALSE)

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