NOTE: This is an experimental function and the results may vary depending on the nature of the dataset.
missing.plot(
x,
grouping,
grid = FALSE,
widths = c(ggplot2::unit(3, "null"), ggplot2::unit(1, "inches")),
heights = c(ggplot2::unit(1, "inches"), ggplot2::unit(3, "null")),
color = "red",
...
)
a ggplot2 expression
a data frame containing the variables to visualize missingness
a vector of length nrow(vars) corresponding to how missing will be grouped by
whether to draw a grid between tiles
the ratio of the widths of the heatmap and histogram.
the ratio of the heights of the heatmap and histogram.
the color used for indicating missingness.
currently unused.
plot.mlpsa