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

hanneoberman opened this issue · comments

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