singleclusterplot: single cluster plot

Description Usage Arguments Author(s)

View source: R/profileplot.R

Description

This function is called by clusterplot

Usage

1
singleclusterplot(cluster,label=NULL,at=NULL,main = "",xlim=NULL,xlab = "", xaxt = "s",	xlabels = NULL, las = 1, ylim=NULL, ylab = "",fromto = c(0.05,0.95),colpal = "heat", nrcolors = 25,	outer.col="light grey",	add.quartiles = T)

Arguments

cluster

an items x columns matrix with numerical entries. each item will define a line in the clusterplot

label

if multiple clusters should be plotted in one diagram, the cluster labels for each item are given in this vector

at

at which x-positions will the columns occur in the plot?

main

the title of the plot

xlim

xlimits, standard graphics parameter

xlab

x-axis legend, standard graphics parameter

xaxt

should an x axis be plotted at all? (="n" if not)

xlabels

text added as x-axis labels

las

las=1: horizontal text, la2=2: vertical text

ylim

ylimits, standard graphics parameter

ylab

y-axis legend, standard graphics parameter

fromto
colpal

either "red","green","blue" (standard colors), or a vector of colors that can be used instead of a standard color palette.

nrcolors

how many colors will the color palette contain?

outer.col

color of the outlier lines

add.quartiles

should the quartile lines be plotted (grey/black)?

Author(s)

Benedikt Zacher zacher@lmb.uni-muenchen.de


Starr documentation built on April 28, 2020, 7:52 p.m.