View source: R/plot.seqclararange.R
plot.seqclararange | R Documentation |
Plot of the cluster quality of a seqclararange object.
## S3 method for class 'seqclararange'
plot(x, stat = "CQI", type = "o", main = NULL,
xlab = "Number of clusters", ylab = stat, col = "blue",
legend.pos = "topright", pch = 19, norm = "none", ...)
x |
|
stat |
Character. The cluster quality indice to plot, namely one of |
type |
Character. The type of line to draw. Possible types are |
main |
Character. The overall title of the plot: see |
xlab |
x axis label. |
ylab |
y axis label. |
col |
A vector of line colors, see |
legend.pos |
Character. legend position, see |
pch |
The plotting characters or symbols: see |
norm |
Character. Normalization method of the statistics can be one of "none" (no normalization), "range" (given as (value -min)/(max-min), "zscore" (adjusted by mean and standard deviation) or "zscoremed" (adjusted by median and median of the difference to the median). |
... |
Additionnal parameters passed to/from methods. |
Studer, M., R. Sadeghi and L. Tochon (2024). Sequence Analysis for Large Databases. LIVES Working Papers 104 \Sexpr[results=rd]{tools:::Rd_expr_doi("10.12682/lives.2296-1658.2024.104")}
See seqclararange
to produce a clustering objects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.