Description Usage Arguments Examples
Customise axis.
1 2 3 4 5 | mobile_hide_axis(m)
mobile_axis_x(m, ...)
mobile_axis_y(m, ...)
|
m |
An object of class |
... |
Named options from the official documentation. |
1 2 3 4 5 6 7 8 9 10 | df <- data.frame(
label = c("banana", "apple", "cake"),
value = c(50, 30, 20),
x = "1" # phoney variable
)
mobile(df, aes(x, value, color = label, adjust = stack)) %>%
mobile_bar() %>%
mobile_coord("polar", transposed = TRUE) %>%
mobile_hide_axis()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.