Learn R Programming

naniar (version 0.0.3.9901)

gg_missing_case: Plot the number of missings per case (row)

Description

This function draws a ggplot of the number of missings in each row. At this point I'm not sure how this plot should be arranged, as it currently looks a bit ugly!

Usage

gg_missing_case(x)

Arguments

x
a dataframe

Value

a ggplot plot depicting the number of missings in a given case

Examples

Run this code

gg_missing_case(airquality)

Run the code above in your browser using DataLab