tau_boxplot: Create a TauCharts box plot (horizontal or vertical)

Description Usage Arguments Examples

Description

There is no option for color mappings as the tauCharts plugin does not support this yet.

Usage

1
tau_boxplot(tau, x, y, horizontal = FALSE, mode = "outliers-only")

Arguments

tau

taucharts object

x

quoted name of data column to use for x-axis values

y

quoted name of data column to use for y-axis values

horizontal

should the bar chart be horizontal? (default: FALSE (no))

mode

when to show scatter points? e.g. "hide-scatter", "show-scatter", "outliers-only"

Examples

1
2
3
tauchart(mtcars) %>%
  tau_boxplot("gear", "mpg", mode="hide-scatter") %>%
  tau_guide_y(nice=FALSE)

hrbrmstr/taucharts documentation built on May 17, 2019, 5:14 p.m.