Plot missingness
# S3 method for missingness plot(x, filter_zero = FALSE, title = NULL, font_size = 11, point_size = 3, print = TRUE, ...)
x | Data frame from |
---|---|
filter_zero | Remove variables with no missingness from the plot? Default = FALSE |
title | Plot title |
font_size | Relative size of all fonts in plot, default = 11 |
point_size | Size of dots, default = 3 |
Print the plot? Default = TRUE |
|
... | Unused |
A ggplot object, invisibly.