[R] color specific(!) lines in different color with in parcoord plots

Daniel Malter daniel at umd.edu
Tue Jun 14 22:34:36 CEST 2011


Hi,

Why does the second example on ?parcoord help page not help you with that?

?parcoord

ir <- rbind(iris3[,,1], iris3[,,2], iris3[,,3])
parcoord(log(ir)[, c(3, 4, 2, 1)], col = 1 + (0:149)%/%50)

If that does not do, feel free to get back.

Daniel

--
View this message in context: http://r.789695.n4.nabble.com/color-specific-lines-in-different-color-with-in-parcoord-plots-tp3597709p3597748.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list