Displaying 1 result from an estimated 1 matches for "tp3067283p3067283".
2010 Dec 01
5
Plot a matrix recursively
...edures recursively??
for example:
for each columns {
lines(m[,column],type=\"o\")
}
I try with :
lines(m[,2:length(colnames(m))],type=\"o\")
but it doesn't work.
Thanks .
Alberto
--
View this message in context: http://r.789695.n4.nabble.com/Plot-a-matrix-recursively-tp3067283p3067283.html
Sent from the R help mailing list archive at Nabble.com.