Learn R Programming

archetypes (version 1.0)

barplot.archetypes: Barplot of archetypes.

Description

Barplot of archetypes.

Usage

## S3 method for class 'archetypes':
barplot(height, data, beside=TRUE,
    percentage=FALSE, ...)

Arguments

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.

Value

  • Undefined.