strucplot
returning a function
producing association plots.struc_assoc(compress = TRUE, xlim = NULL, ylim = NULL,
yspace = unit(0.5, "lines"), xscale = 0.9)
FALSE
, the space between the rows
(columns) are chosen such that the total heights (widths) of
the rows (column) are all equal. If TRUE
, the space between
the rows and columns is fixed and hence xlim
correspond to the columns of the
association plot, thylim
correspond to the rows of the association
plot, the rows"unit"
specifying additional
space separating the rows.struc_assoc
."unit"
specifying the space
between the tiles.gpar
objects used for the drawing the tiles.## association plot for conditional independence strucplot(ucb, expected = ~ Dept * (Admit + Gender), panel = struc_assoc(ylim = c(-4, 4)), labeling_args = list(abbreviate = c(Admit = 3)))
strucplot
(typically when
called by assoc
) and returns a function used by
strucplot
to produce association plots. Friendly, M. (1992),
Graphical methods for categorical data.
SAS User Group International Conference Proceedings, 17,
190--200.
assoc
,
strucplot
,
structable