View source: R/geom_tile_prop_within_x.R
geom_tile_prop_withinx | R Documentation |
Title
geom_tile_prop_withinx( 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_tile_prop_withinx() + aes(value = 1, within = cyl) + geom_text_twowaycount(color = "oldlace")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.