Open hanneoberman opened 11 months ago
Hide geom_tile borders for datasets with many columns (or missing data patterns, not shown).
geom_tile
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
plot_pred
plot_corr
See code for plot_miss
plot_miss
Hide
geom_tile
borders for datasets with many columns (or missing data patterns, not shown).Created on 2023-12-07 with reprex v2.0.2