geom_scatter_column: Custom ggplot2 geom that creates a scatter column plot. Good...

View source: R/plotting.R

geom_scatter_columnR Documentation

Custom ggplot2 geom that creates a scatter column plot. Good to use when comparing groups.

Description

Custom ggplot2 geom that creates a scatter column plot. Good to use when comparing groups.

Usage

geom_scatter_column(
  mapping = NULL,
  jitter.params = list(),
  meanbar.params = list(),
  errorbar.params = list(),
  ...
)

Value

ggplot geom

Examples

ggplot(data) +
   geom_scatter_column()

AndersAskeland/chewr documentation built on Sept. 20, 2023, 10:40 a.m.