Plot the result of seqecmpgroup
# S3 method for subseqelistchisq
plot(x, ylim = "uniform", rows = NA, cols = NA,
resid.levels = c(0.05,0.01),
cpal = brewer.pal(1 + 2 * length(resid.levels), "RdBu"), vlegend = NULL,
cex.legend = 1, ptype = "freq", legend.title = NULL,
with.legend = TRUE, residlevels, legendcol, legend.cex, ...)
nothing
The subsequences to plot (a subseqelist
object).
if "uniform"
all axes have same limits.
Number of graphic rows
Number of graphic columns
Significance levels used to colorize the Pearson residual
Color palette used to color the results
When TRUE
the legend is printed vertically, when FALSE
it is printed horizontally. If NULL
(default) the best position will be chosen.
Scale parameters for text legend.
If set to "resid"
, Pearson residuals are plotted instead of frequencies
Legend title.
Logical. Should legend be displayed?
Deprecated. Use resid.levels
instead.
Deprecated. Use vlegend
instead.
Deprecated. Use cex.legend
instead.
Additional parameters passed to barplot
Matthias Studer (with Gilbert Ritschard for the help page)
seqecmpgroup