Learn R Programming

archetypes (version 2.0-2)

barplot.archetypes: 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, ...)

Arguments

height
An archetypes object.
data
The original data matrix.
which
below creates a barplot for each archetype, beside creates one barplot with bars side by side.
which.beside
Barplot according to atypes or variables.
which.below
compressed plots the labels only once.
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 below.compressed.
...
Passed to the underlying barplot call.

Value

  • Undefined.