barplot.archetypes: Barplot of archetypes.
Description
Barplot of archetypes.Usage
## S3 method for class 'archetypes':
barplot(height, data, beside=TRUE,
percentage=FALSE, ...)
Arguments
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.