Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add functionality for jitter, dodge or repel to plot_flux() #152

Open
hanneoberman opened this issue Jun 6, 2024 · 0 comments
Open

Add functionality for jitter, dodge or repel to plot_flux() #152

hanneoberman opened this issue Jun 6, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@hanneoberman
Copy link
Member

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

@hanneoberman hanneoberman added the enhancement New feature or request label Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant