Description Usage Arguments Examples
Initialise a chart.
1 |
data |
A data.frame. |
... |
Mobile chart aesthetics. |
width, height |
Must be a valid CSS unit (like |
elementId |
ID of element holding the mobile chart. |
1 2 | mobile(cars) %>%
mobile_point(aes(speed, dist))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.