ggally_facetdensitystrip | R Documentation |
Make tile plot or density plot as compact as possible.
ggally_facetdensitystrip(data, mapping, ..., den_strip = FALSE)
data |
data set using |
mapping |
aesthetics being used |
... |
other arguments being sent to either geom_histogram or stat_density |
den_strip |
boolean to decide whether or not to plot a density strip(TRUE) or a facet density(FALSE) plot. |
Barret Schloerke
example(ggally_facetdensity)
example(ggally_denstrip)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.