barplot.archetypes {archetypes} | R Documentation |
Barplot of archetypes.
Description
Barplot of archetypes.
Usage
## S3 method for class '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, ...)
Arguments
height |
An |
data |
The original data matrix. |
which |
|
which.beside |
Barplot according to |
which.below |
|
percentiles |
Show real values or percentile profiles. |
below.compressed.height |
Height of additional tail subplot. |
below.compressed.srt |
Rotations of the x-labels. |
col.atypes |
Color of archetypes; only used in
|
... |
Passed to the underlying |
Value
Undefined.
[Package archetypes version 2.2-0.1 Index]