Barplot of archetypes.
# S3 method for archetypes
barplot(height, data, which = c("below", "beside"),
which.beside = c("atypes", "variables"), which.below = c("compressed",
"default"), percentiles = FALSE, below.compressed.height = 0.1,
below.compressed.srt = 0, col.atypes = NULL, ...)
An archetypes
object.
The original data matrix.
below
creates a barplot for each
archetype, beside
creates one barplot with bars
side by side.
Barplot according to atypes
or
variables
.
compressed
plots the labels
only once.
Show real values or percentile profiles.
Height of additional tail subplot.
Rotations of the x-labels.
Color of archetypes; only used in
below.compressed
.
Passed to the underlying barplot
call.
Undefined.