Returns a heat map graphic representing missingness of variables grouped by the given grouping vector.
Source:R/plot.missing.R
missing.plot.Rd
NOTE: This is an experimental function and the results may vary depending on the nature of the dataset.
Arguments
- x
a data frame containing the variables to visualize missingness
- grouping
a vector of length nrow(vars) corresponding to how missing will be grouped by
- grid
whether to draw a grid between tiles
- widths
the ratio of the widths of the heatmap and histogram.
- heights
the ratio of the heights of the heatmap and histogram.
- color
the color used for indicating missingness.
- ...
currently unused.