Learn R Programming

naniar (version 0.0.4.9000)

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
# NOT RUN {
gg_missing_case(airquality)

# }

Run the code above in your browser using DataLab