Adjust chart padding.

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

mtcars %>% b_board(wt) %>% b_area(mpg) %>% b_pad(brighten = FALSE)