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 Oct. 11, 2024, 4:03 a.m.