Compare `ggupset` with `UpSetR`
masterWhile UpSetR is a popular package for intersection visualization, ggupset is designed to integrate seamlessly with the ggplot2 ecosystem.
Key Differences:
UpSetR: Provides a standalone plot with an additional view showing the overall size of each set. It requires data to be pivoted into a wide format.ggupset: Works directly withggplot2objects and can be combined with anyggplotthat uses a categorical x-axis. This allows for non-standard plots, such as combining an UpSet-style axis with violin plots or boxplots.