plot.subseqelistchisq {TraMineR} | R Documentation |
Plot the result of seqecmpgroup
## 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", ...)
x |
The subsequences to plot. |
ylim |
if "uniform" all axis have same limits. |
rows |
Number of graphic rows |
cols |
Number of graphic columns |
residlevels |
The pearson residuals levels to colorize |
cpal |
Colors palette used to color the results |
legendcol |
Should the legend be printed in column ? If NULL the best position will be choosen |
legend.cex |
Scale parameters to text legend |
ptype |
If equal to "resid", pearson residuals are plotted instead of frequencies |
... |
additionnal parameters passed to barplot |
nothing