Learn R Programming

LSD (version 2.0)

msdplot: Msdplot

Description

Progression plot for two-dimensional data in several clusters

Usage

msdplot(x, label = NULL, at = NULL, xlim = NULL, ylim = NULL, xlab = "timepoints", ylab = "values", main = "Msdplot", xaxt = "s", xlabels = NULL, las = 1, separate = TRUE, size = FALSE, col = NULL, bars = TRUE, alpha = 50, ...)

Arguments

x
matrix with numerical entries, means and standard deviations of rows will define lines
label
vector with labels, if multiple clusters should be plotted
at
at which x-positions the columns should occur
xlim
xlimits, standard graphics parameter
ylim
ylimits, standard graphics parameter
xlab
xlab, standard graphics parameter
ylab
ylab, standard graphics parameter
main
title of the plot
xaxt
should an x axis be plotted at all? (="n" if not)
xlabels
text added as x-axis labels
las
las=1: horizontal text, las=2: vertical text (x-axis labels)
separate
should clusters be plotted separately
size
should the size of each cluster be added to the title
col
color of the plot
bars
error bars
alpha
alpha value for color opacity
...
additional parameters to be passed to points and plot

See Also

singlemsdplot,colorpalette,disco

Examples

Run this code
demo.msdplot()

Run the code above in your browser using DataLab