View source: R/gg-miss-case-cumsum.R
gg_miss_case_cumsum | R Documentation |
A plot showing the cumulative sum of missing values for cases, reading the rows from the top to bottom. A default minimal theme is used, which can be customised as normal for ggplot.
gg_miss_case_cumsum(x, breaks = 20)
x |
a dataframe |
breaks |
the breaks for the x axis default is 20 |
a ggplot object depicting the number of missings
geom_miss_point()
gg_miss_case()
gg_miss_fct()
gg_miss_span()
gg_miss_var()
gg_miss_var_cumsum()
gg_miss_which()
gg_miss_case_cumsum(airquality)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.