Learn R Programming

DataExplorer (version 0.7.0)

plot_missing: Plot missing value profile

Description

This function returns and plots frequency of missing values for each feature.

Usage

plot_missing(data, title = NULL, ggtheme = theme_gray(),
  theme_config = list(legend.position = c("bottom")))

Arguments

data

input data

title

plot title

ggtheme

complete ggplot2 themes. The default is theme_gray.

theme_config

a list of configurations to be passed to theme.

Value

invisibly return the ggplot object

See Also

profile_missing

Examples

Run this code
# NOT RUN {
plot_missing(airquality)
# }

Run the code above in your browser using DataLab