Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upgg_miss_case add a `pct` option as in gg_miss_var #153
Comments
|
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). |



So that there is more consistency between the two functions