njtierney / naniar

Tidy data structures, summaries, and visualisations for missing data
http://naniar.njtierney.com/
Other
649 stars 54 forks source link

Implement new `gg_miss_upset()` function #328

Open njtierney opened 1 year ago

njtierney commented 1 year ago

There are a few problems with gg_miss_upset due to it implementing the plotting function from the UpSetR package, I think this would be best resolved by implementing a new upset plot. Should resolve #259 and #315