A wrapper function to plot missing data using the naniar package and flip coordinates.
Usage
PlotMissingData(DataFrame, Variables = NULL, Relabel = TRUE)
Arguments
- DataFrame
The dataframe containing missing data.
- Variables
A character vector specifying the variables to be included in the plot. If NULL (default), all variables in the dataframe will be used.
- Relabel
Logical indicating whether to relabel the columns based on their labels. Default is TRUE.
Value
A ggplot object visualizing missing data with flipped coordinates.