Generates a ggplot2
plot of the response variable encoded in the longZightLasagna
object,
plots are returned allowing further customisation using standard ggplot2 geometries.
plot_long_lasagna(.data, ...) # S3 method for longZightLasagna plot_long_lasagna(.data, ...)
.data | A |
---|
ggplot2
plot with the data represented as a Lasagna diagram
if (FALSE) { mydata %>% load_long_data(IDind, WAVE) %>% refactor_wave %>% recode_long_lasagna(A5E) %>% plot_long_lasagna }