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 njtierney commented Apr 30, 2018

So that there is more consistency between the two functions

@njtierney njtierney added the V0.3.0 label Jun 5, 2018
@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

@njtierney njtierney commented Jun 5, 2018

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

@njtierney njtierney closed this in 3dca2e4 Jun 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
CRAN Version 0.3.0
Awaiting triage
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.