powered by
This function returns and plots frequency of missing values for each feature.
plot_missing(data, title = NULL, ggtheme = theme_gray(), theme_config = list(legend.position = c("bottom")))
input data
plot title
complete ggplot2 themes. The default is theme_gray.
a list of configurations to be passed to theme.
invisibly return the ggplot object
profile_missing
# NOT RUN { plot_missing(airquality) # }
Run the code above in your browser using DataLab