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
pct
So that there is more consistency between the two functions
The text was updated successfully, but these errors were encountered:
Here is the current output (V 2.2.9100)
library(naniar) gg_miss_case(airquality)
gg_miss_case(airquality, show_pct = TRUE)
# extend the ylimits library(ggplot2) gg_miss_case(airquality, show_pct = TRUE) + ylim(0, 100)
Created on 2018-06-05 by the reprex package (v0.2.0).
Sorry, something went wrong.
3dca2e4
No branches or pull requests
So that there is more consistency between the two functions
The text was updated successfully, but these errors were encountered: