gg_miss_var_cumsum: Plot of cumulative sum of missing value for each variable

View source: R/gg-miss-var-cumsum.R

gg_miss_var_cumsumR Documentation

Plot of cumulative sum of missing value for each variable

Description

A plot showing the cumulative sum of missing values for each variable, reading columns from the left to the right of the initial dataframe. A default minimal theme is used, which can be customised as normal for ggplot.

Usage

gg_miss_var_cumsum(x)

Arguments

x

a data.frame

Value

a ggplot object showing the cumulative sum of missings over the variables

See Also

geom_miss_point() gg_miss_case() gg_miss_case_cumsum() gg_miss_fct() gg_miss_span() gg_miss_var() gg_miss_which()

Examples


gg_miss_var_cumsum(airquality)

njtierney/narnia documentation built on March 17, 2024, 1:06 p.m.