Create a mosaic plot with information about missing/imputed values.
a matrix or data.frame
.
a character-vector to distinguish between variables and
imputation-indices for imputed variables (therefore, x
needs to have
colnames()
). If given, it is used to determine the corresponding
imputation-index for any imputed variable (a logical-vector indicating which
values of the variable have been imputed). If such imputation-indices are
found, they are used for highlighting and the colors are adjusted according
to the given colors for imputed variables (see col
).
a vector giving the variables to be used for highlighting.
If NULL
(the default), all variables are used for highlighting.
the selection method for highlighting missing/imputed
values in multiple highlight variables. Possible values are "any"
(highlighting of missing/imputed values in any of the highlight
variables) and "all"
(highlighting of missing/imputed values in
all of the highlight variables).
a vector giving the categorical variables to be plotted. If
NULL
(the default), all variables are plotted.
a vector of length three giving the colors to be used for observed, missing and imputed data. If only one color is supplied, the tiles corresponding to observed data are transparent and the supplied color is used for highlighting.
a list of arguments for the labeling function
vcd::labeling_border()
.
either a logical indicating whether labels should be plotted for observed and missing/imputed (highlighted) data, or a character vector giving the labels.
additional arguments to be passed to vcd::mosaic()
.
An object of class "structable"
is returned invisibly.
Mosaic plots are graphical representations of multi-way contingency tables. The frequencies of the different cells are visualized by area-proportional rectangles (tiles). Additional tiles are be used to display the frequencies of missing/imputed values. Furthermore, missing/imputed values in a certain variable or combination of variables can be highlighted in order to explore their structure.
This function uses the highly flexible strucplot
framework of
package vcd
.
Meyer, D., Zeileis, A. and Hornik, K. (2006) The
strucplot
framework: Visualizing multi-way contingency tables with
vcd. Journal of Statistical Software, 17 (3), 1–48.
M. Templ, A. Alfons, P. Filzmoser (2012) Exploring incomplete data using visualization tools. Journal of Advances in Data Analysis and Classification, Online first. DOI: 10.1007/s11634-011-0102-y.
Other plotting functions:
aggr()
,
barMiss()
,
histMiss()
,
marginmatrix()
,
marginplot()
,
matrixplot()
,
pairsVIM()
,
parcoordMiss()
,
pbox()
,
scattJitt()
,
scattMiss()
,
scattmatrixMiss()
,
spineMiss()