barplot.archetypes {archetypes} | R Documentation |
Barplot of archetypes.
## S3 method for class 'archetypes': barplot (height, data, beside=TRUE, percentage=FALSE, ...)
height |
An archetypes object. |
data |
The original data matrix. |
beside |
Portray the archetypes as stacked bars. |
percentage |
Show real values or percentages according to the original data. |
... |
Passed to the underlying barplot call. |
Undefined.