product: Wrapper for a list

Description Usage Arguments Examples

View source: R/stat-mosaic.r View source: R/stat-mosaic-jitter.r

Description

Wrapper for a list

Wrapper for a list

Usage

1
2
3

Arguments

...

Unquoted variables going into the product plot.

Examples

1
2
3
4
5
6
data(titanic)
ggplot(data = titanic) +
  geom_mosaic(aes(x = product(Survived, Class), fill = Survived))
data(titanic)
ggplot(data = titanic) +
  geom_mosaic(aes(x = product(Survived, Class), fill = Survived))

ggmosaic documentation built on Feb. 24, 2021, 1:06 a.m.