geom_flat_violin: geom_flat_violin

Description Usage Arguments Examples

Description

Borrowed from Ben Marwick.

Usage

1
2
3
geom_flat_violin(mapping = NULL, data = NULL, stat = "ydensity",
  position = "dodge", trim = TRUE, scale = "area",
  show.legend = NA, inherit.aes = TRUE, ...)

Arguments

mapping

A value

data

A value

stat

A value

position

A value

trim

A value

scale

A value

show.legend

A value

inherit.aes

A value

...

A value

Examples

1
2
3
ggplot2::ggplot(ggplot2::diamonds, ggplot2::aes(cut, carat)) +
 ggplot2::coord_flip() +
 geom_flat_violin()

iholzleitner/frlgmm3D documentation built on May 21, 2019, 1:44 p.m.