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

gg_miss_case add a pct option as in gg_miss_var #153

Closed
njtierney opened this issue Apr 30, 2018 · 1 comment
Closed

gg_miss_case add a pct option as in gg_miss_var #153

njtierney opened this issue Apr 30, 2018 · 1 comment

Comments

@njtierney
Copy link
Owner

njtierney commented Apr 30, 2018

So that there is more consistency between the two functions

@njtierney njtierney added this to the V0.3.0 milestone Jun 5, 2018
@njtierney njtierney removed the V0.3.0 label Jun 5, 2018
@njtierney
Copy link
Owner Author

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
CRAN Version 0.3.0
Awaiting triage
Development

No branches or pull requests

1 participant