Creates a plot that shows where missing values occur in the data.
The plot appears as a bar with vertical lines representing valid or NA observations for a single variable.
make_missing_plot(var)
Arguments
var |
Name of the vector whose missing values are to be graphed |
Value
A ggplot2 graph object