amices / ggmice

Visualize incomplete and imputed data with the R package `ggmice`

Home Page:http://amices.org/ggmice

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

hanneoberman opened this issue · 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

And also plot_pred and plot_corr

See code for plot_miss