geom_flat_violin: A Flat Violin plot

Description Usage Arguments Examples

View source: R/geomflatviolin.R

Description

A Flat Violin plot

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
geom_flat_violin(
  mapping = NULL,
  data = NULL,
  stat = "ydensity",
  position = "dodge",
  trim = TRUE,
  scale = "area",
  show.legend = NA,
  inherit.aes = TRUE,
  ...
)

Arguments

mapping

See geom_violin

data

See geom_violin

position

See geom_violin

trim

See geom_violin

scale

See geom_violin

show.legend

See geom_violin

inherit.aes

See geom_violin

...

Examples

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

crazyhottommy/scclusteval documentation built on Aug. 5, 2021, 3:20 p.m.