I know about the text function, it works well if I plot just 2 variables -> I give the x and the y coordinates, but I doesn't work if i try to do this in this plot whith the multiple variables:
*time1 plot plot plot time2 plot plot plot time3* so what would the solution? variable[,2:4] are the columns time1, time2 and time3 text(variable[,2:4],variable$group) doesn't work - give me an error - unable to convert object to double. What should be the x- and the y-values if every plot has its own x-y-scale? text(variable$time1, variable$time2, variable$group) just doesn't appear on the plot? -- View this message in context: http://r.789695.n4.nabble.com/Plot-multiple-variables-label-points-tp4640611p4640626.html 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.