Description Usage Arguments Examples
Scale variables.
1 2 3 | mobile_scale_x(m, ...)
mobile_scale_y(m, ...)
|
m |
An object of class |
... |
Named options from the official documentation. |
1 2 3 | mobile(cars, aes(speed, dist)) %>%
mobile_point() %>%
mobile_scale_x(min = -10, tickCount = 20)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.