Learn R Programming

naniar (version 0.0.4.9000)

gg_missing_which: Plot which variables contain a missing value

Description

gg_missing_which (need a better name!) produces a set of rectangles that indicate whether there is a missing element in a column or not

Usage

gg_missing_which(x)

Arguments

x

a dataframe

Value

a ggplot plot

Examples

Run this code
# NOT RUN {
gg_missing_which(airquality)

# }

Run the code above in your browser using DataLab