Plot of cumulative sum of missing value for each variable
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.
gg_miss_var_cumsum(x)
x |
a data.frame |
a ggplot object showing the cumulative sum of missings over the variables
gg_miss_var_cumsum(airquality)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.