geom_scatter_column | R Documentation |
Custom ggplot2 geom that creates a scatter column plot. Good to use when comparing groups.
geom_scatter_column( mapping = NULL, jitter.params = list(), meanbar.params = list(), errorbar.params = list(), ... )
ggplot geom
ggplot(data) + geom_scatter_column()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.