Description Usage Arguments Author(s) See Also Examples
View source: R/LSD.plotmatrix.r
Plot the rows of a matrix as lines along the cols.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
input |
a matrix with numerical entries. |
xlim |
x limits, standard graphics parameter. |
ylim |
y limits, standard graphics parameter. |
xlab |
x lab, standard graphics parameter. |
ylab |
y lab, standard graphics parameter. |
main |
title of the plot, standard graphics parameter. |
type |
what 'type' of plot should be drawn (to be passed to points). |
lwd |
a positive number giving the line width. |
at |
a integer vector containing the x-positions corresponding to the columns of 'input'. |
xlabels |
a character vector containing labels for the x-axis. |
ltys |
a numeric vector giving the line types for each row of 'input'. |
add |
logical: if |
cols |
a character vector of R build-in colors. |
... |
additional parameters to be passed to points and plot. |
Achim Tresch, Bjoern Schwalb
clusterplot
, demotour
, disco
, colorpalette
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.