product: Wrapper for a list

View source: R/utilities.R

productR Documentation

Wrapper for a list

Description

Wrapper for a list

Usage

product(...)

Arguments

...

Unquoted variables going into the product plot.

Examples

data(titanic)
ggplot(data = titanic) +
  geom_mosaic(aes(x = product(Survived, Class), fill = Survived))

haleyjeppson/ggmosaic documentation built on July 6, 2023, 6:34 a.m.