Change gg_miss_case to be more practical #117
Closed
Labels
Projects
Comments
Current output, from branch - gg-miss-groups library(naniar)
gg_miss_case(airquality) gg_miss_case(airquality, order_cases = TRUE) gg_miss_case(airquality, group = Month) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The idea behind
gg_miss_case
is to give you a sense of how many missings there are in your dataset when we look across the cases (the rows).However, I'm fairly convinced that the current plotting method (with points and lines) isn't very nice, so I decided to change the plotting method to remove the unnecessary points, and it also comes with a reordering method, where it gives you a sense of how many missings there across cases, ordering from most to least missing.
gg_miss_case2(airquality)
The text was updated successfully, but these errors were encountered: