Wrapper for a list
Value
A list of expressions (see rlang::exprs()), one per argument,
used inside aes() to mark the variables that define the mosaic's
product formula.
Examples
data(titanic)
ggplot(data = titanic,
aes(x = product(Survived, Class), fill = Survived)) +
geom_mosaic()
