b_size.Rd
Chart size.
b_size(p, width = NULL, height = NULL)
an object of class billboard.
billboard
dimensions.
mtcars %>% b_board(wt) %>% b_scatter(mpg) %>% b_size(900, 500)