View source: R/gg-miss-which.R
| gg_miss_which | R Documentation |
This plot produces a set of rectangles indicating whether there is a missing element in a column or not. A default minimal theme is used, which can be customised as normal for ggplot.
gg_miss_which(x)
x |
a dataframe |
a ggplot object of which variables contains missing values
geom_miss_point() gg_miss_case() gg_miss_case_cumsum() gg_miss_fct() gg_miss_span() gg_miss_var() gg_miss_var_cumsum() gg_miss_which()
gg_miss_which(airquality)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.