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 or list 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
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
alpha
alpha value for color opacity
...
additional parameters to be passed to points and plot