barplot.archetypes: Barplot of archetypes.

Description Usage Arguments Value

Description

Barplot of archetypes.

Usage

1
2
3
4
5
## 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 = NULL, ...)

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.


archetypes documentation built on May 2, 2019, 9:18 a.m.