Plot missingness

# S3 method for missingness
plot(x, filter_zero = FALSE, title = NULL,
  font_size = 11, point_size = 3, print = TRUE, ...)

Arguments

x

Data frame from missingness

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

Print the plot? Default = TRUE

...

Unused

Value

A ggplot object, invisibly.

See also

Examples

pima_diabetes %>% missingness() %>% plot()