Add zooming.

b_zoom(p, enable = TRUE, rescale = FALSE, ...)

Arguments

p

an object of class billboard.

enable

set to enable.

rescale

set to rescale.

...

any other parameter.

Examples

mtcars %>% b_board(wt) %>% b_area(mpg) %>% b_zoom()