View source: R/geom_text_twowaycount.R
geom_text_twowaycount | R Documentation |
Title
geom_text_twowaycount( mapping = NULL, data = NULL, position = "identity", na.rm = FALSE, show.legend = NA, inherit.aes = TRUE, ... )
... |
library(ggplot2) ggplot(data = mtcars) + aes(x = cyl, y = gear) + geom_text_twowaycount()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.