prodcalc {productplots} | R Documentation |
Calculate frequencies.
prodcalc(data, formula, divider = mosaic(), cascade = 0, scale_max = TRUE,
na.rm = FALSE)
data |
input data frame |
formula |
formula specifying display of plot |
divider |
divider function |
cascade |
cascading amount, per nested layer |
scale_max |
Logical vector of length 1. If |
na.rm |
Logical vector of length 1 - should missing levels be silently removed? |
prodcalc(happy, ~ happy, "hbar")
prodcalc(happy, ~ happy, "hspine")