ggmice icon indicating copy to clipboard operation
ggmice copied to clipboard

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

Open hanneoberman opened this issue 1 year ago • 2 comments

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 avatar Dec 07 '23 09:12 hanneoberman

And also plot_pred and plot_corr

hanneoberman avatar Dec 07 '23 13:12 hanneoberman

See code for plot_miss

hanneoberman avatar Dec 07 '23 13:12 hanneoberman