ggally_facetdensitystrip: Plots a density plot with facets or a tile plot with facets
Description
Make Tile Plot as densely as possible.
Usage
ggally_facetdensitystrip(data, mapping, ..., den_strip = FALSE)
Arguments
...
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.
Examples
Run this codeexample(ggally_facetdensity)
example(ggally_denstrip)
Run the code above in your browser using DataLab