Description Usage Arguments Examples
Add a geometry.
1 2 3 4 5 6 7 8 9 10 11 12 13 | mobile_bar(m, ..., data = NULL, inherit_aes = TRUE)
mobile_point(m, ..., data = NULL, inherit_aes = TRUE)
mobile_path(m, ..., data = NULL, inherit_aes = TRUE)
mobile_line(m, ..., data = NULL, inherit_aes = TRUE)
mobile_area(m, ..., data = NULL, inherit_aes = TRUE)
mobile_polygon(m, ..., data = NULL, inherit_aes = TRUE)
mobile_schema(m, ..., data = NULL, inherit_aes = TRUE)
|
m |
An object of class |
... |
Aesthetics. |
data |
A data.frame. |
inherit_aes |
Whether to inherit the aesthetics from |
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.