plot_flux {ggmice} | R Documentation |
Plot the influx and outflux of a multivariate missing data pattern
Description
Plot the influx and outflux of a multivariate missing data pattern
Usage
plot_flux(data, vrb = "all", label = TRUE, caption = TRUE)
Arguments
data |
An incomplete dataset of class |
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)
[Package ggmice version 0.1.0 Index]