axis: Axis

Description Usage Arguments Examples

Description

Customise axis.

Usage

1
2
3
4
5

Arguments

m

An object of class mobile as returned by mobile.

...

Named options from the official documentation.

Examples

 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()

RinteRface/mobileCharts documentation built on Feb. 14, 2020, 2:31 a.m.