
Plot the influx and outflux of a multivariate missing data pattern
Source:R/plot_flux.R
plot_flux.Rd
Plot the influx and outflux of a multivariate missing data pattern
Arguments
- data
An incomplete dataset of class
data.frame
ormatrix
.- vrb
String, vector, or unquoted expression with variable name(s), default is "all".
- label
Logical indicating whether variable names should be displayed within the plot (the default) or with colors in the legend.
- caption
Logical indicating whether the figure caption should be displayed.
Value
An object of class ggplot2::ggplot.
Examples
plot_flux(mice::nhanes)