geom_text_twowaycount: Title

View source: R/geom_text_twowaycount.R

geom_text_twowaycountR Documentation

Title

Description

Title

Usage

geom_text_twowaycount(
  mapping = NULL,
  data = NULL,
  position = "identity",
  na.rm = FALSE,
  show.legend = NA,
  inherit.aes = TRUE,
  ...
)

Arguments

...

Examples

library(ggplot2)
ggplot(data = mtcars) +
aes(x = cyl, y = gear) +
geom_text_twowaycount()

EvaMaeRey/ggpivot documentation built on April 5, 2022, 12:02 p.m.