Chart size.

b_size(p, width = NULL, height = NULL)

Arguments

p

an object of class billboard.

width, height

dimensions.

Examples

mtcars %>% b_board(wt) %>% b_scatter(mpg) %>% b_size(900, 500)