barplot.archetypes {archetypes}R Documentation

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.


[Package archetypes version 0.1 Index]