Create a plot of missing values by observations on the x-axis and variable on
the y-axis. Dependent
and explanatory
are for convenience and are optional.
missing_plot(
.data,
dependent = NULL,
explanatory = NULL,
use_labels = TRUE,
title = NULL,
plot_opts = NULL
)
Data frame.
Character vector. Optional name of dependent variable.
Character vector. Optional name(s) of explanatory variables.
Use variable label names in plot labelling.
Character vector. Optional title for plot.
A list of arguments to be appended to the ggplot call by "+".
Heat map of missing values in dataset.
colon_s %>%
missing_plot()