ggally_facetdensitystrip {GGally}R Documentation

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

data

data set using

mapping

aesthetics being used

...

other arguments being sent to either stat_bin or stat_density

den_strip

boolean to deceide whether or not to plot a density strip(TRUE) or a facet density(FALSE) plot.

Author(s)

Barret Schloerke schloerke@gmail.com

Examples

example(ggally_facetdensity)
example(ggally_denstrip)

[Package GGally version 0.5.0 Index]