View source: R/plot_missingness.R
plot_missingness | R Documentation |
Plot missingness
plot_missingness( minute_data, calendar_time = TRUE, type = c("stacked", "raster") )
minute_data |
a fitibble |
calendar_time |
Default is |
type |
Either |
A time line showing the number of minutes with missing values in a day. Minutes are either missing HR
, missing steps
, missing HR and steps
or no missing
## Not run: plot_missingness(minute_data, type = "stacked") plot_missingness(minute_data, type = "raster") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.