Plot multiple variables: label points
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.