Another question concerning the type. plot(x,F,xlab="Zeit [s]",ylab="Variation [%]",col = rep(c("red", "blue", "magenta"), c(t0, ts, n)),type=c("p", "l","o"))
Doesnt change the type with differents colors! (I become only one type and my color is red) How can I solve this? -- View this message in context: http://www.nabble.com/Plot-segments-with-different-colors-tf4796466.html#a13723380 Sent from the R help mailing list archive at Nabble.com. ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.