[R] Plot multiple variables: label points

cm256 d-nex at gmx.at
Fri Aug 17 18:00:02 CEST 2012


The provided solution is:

panel.text <- function(x, y, text, ...)
  text (x, y, labels = text)

pairs(variable[,2:4], pch=19, text = variable$group, 
    lower.panel = panel.text,
    upper.panel = panel.text)



--
View this message in context: http://r.789695.n4.nabble.com/Plot-multiple-variables-label-points-tp4640611p4640629.html
Sent from the R help mailing list archive at Nabble.com.




More information about the R-help mailing list