plot.subseqelistchisq {TraMineR}R Documentation

Plotting discriminant subsequences

Description

Plot the result of seqecmpgroup

Usage

## S3 method for class 'subseqelistchisq':
plot(x, ylim = "uniform", rows = NA, cols = NA,
        residlevels = c(2, 4),
        cpal = brewer.pal(1 + 2 * length(residlevels), "RdBu"),
        legendcol = NULL, legend.cex = 1, ptype="freq", ...)

Arguments

x The subsequences to plot (a subseqelist object).
ylim if "uniform" all axis have same limits.
rows Number of graphic rows
cols Number of graphic columns
residlevels The Pearson residual levels used for colorizing
cpal Color palette used to colore the results
legendcol When TRUE the legend is printed vertically, when FALSE it is printed horizontally. If NULL (default) the best position will be chosen.
legend.cex Scale parameters for text legend
ptype If set to "resid", Pearson residuals are plotted instead of frequencies
... Additional parameters passed to barplot

Value

nothing

See Also

seqecmpgroup


[Package TraMineR version 1.2-1 Index]