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, ...)

Arguments

.data

A longZightLasagna object generated by recode_long_lasagna

Value

ggplot2 plot with the data represented as a Lasagna diagram

Examples

if (FALSE) { mydata %>% load_long_data(IDind, WAVE) %>% refactor_wave %>% recode_long_lasagna(A5E) %>% plot_long_lasagna }