Displaying 1 result from an estimated 1 matches for "tp20438584p20438584".
2008 Nov 11
1
Plot matrix
Hi,
I would like to plot the rows of a matrix.
Is there a better way as doing it in the following way?:
plot(matrix[1,], type="l")
for (i in 2:dim(matrix)[1]) {
lines(matrix[i,], type="l")
}
Cheers
--
View this message in context: http://www.nabble.com/Plot-matrix-tp20438584p20438584.html
Sent from the R help mailing list archive at Nabble.com.