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 functionality for jitter, dodge or repel to `plot_flux()` #152

Open hanneoberman opened 3 months ago

hanneoberman commented 3 months ago
library(mice); library(ggmice); library(ggplot2)
plot_flux(boys) 

plot_flux(boys, label = FALSE)

plot_flux(boys, label = FALSE) + ggrepel::geom_label_repel(aes(label = vrb))
#> Warning: ggrepel: 2 unlabeled data points (too many overlaps). Consider
#> increasing max.overlaps

Created on 2024-06-06 with reprex v2.1.0