Learn R Programming

naniar (version 0.0.3.9901)

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

gg_missing_which(airquality)

Run the code above in your browser using DataLab