amices / ggmice

Visualize incomplete and imputed data with the R package `ggmice`
http://amices.org/ggmice
GNU General Public License v3.0
31 stars 9 forks source link

Add `grid` argument to `plot_pattern()` to avoid overplotting #131

Open hanneoberman opened 10 months ago

hanneoberman commented 10 months ago

Hide geom_tile borders for datasets with many columns (or missing data patterns, not shown).

ggmice::plot_pattern(data.frame(rbind(rep(NA, 500), 1:500)))

Created on 2023-12-07 with reprex v2.0.2

hanneoberman commented 10 months ago

And also plot_pred and plot_corr

hanneoberman commented 10 months ago

See code for plot_miss