We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
gg_miss_fct
Some minor improvement to gg_miss_fct- would be adding a minimal theme (instead of gray) and angled text on the x axis.
There needs to be some way to deal with suuuuper long x labels, but I'm not sure what that is.
library(naniar) library(ggplot2) gg_miss_fct(x = riskfactors, fct = marital)
gg_miss_fct(x = riskfactors, fct = marital) + theme_minimal() + theme(axis.text.x=element_text(angle=45,hjust=1))
The text was updated successfully, but these errors were encountered:
minor cosmetic change to gg_miss_fct, close #118
8fbef3e
Merge pull request #138 from njtierney/gg-miss-fct-tidy
86fa88d
Successfully merging a pull request may close this issue.
Some minor improvement to
gg_miss_fct
- would be adding a minimal theme (instead of gray) and angled text on the x axis.There needs to be some way to deal with suuuuper long x labels, but I'm not sure what that is.
The text was updated successfully, but these errors were encountered: