Plot missingness
# S3 method for missingness plot( x, remove_zeros = FALSE, max_char = 40, title = NULL, font_size = 11, point_size = 3, print = TRUE, ... )
x | Data frame from |
---|---|
remove_zeros | Remove variables with no missingness from the plot? Default = FALSE |
max_char | Maximum length of variable names to leave untruncated.
Default = 40; use |
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.