powered by
Upset plots are a way of visualising common sets, this function transforms the data into a format that feeds directly into an upset plot
as_shadow_upset(data)
a data.frame
# NOT RUN { # } # NOT RUN { library(UpSetR) airquality %>% as_shadow_upset() %>% upset() # } # NOT RUN { # }
Run the code above in your browser using DataLab