Skip to content
Back to formatted view

Raw Message

Message-ID: <1345219202967-4640629.post@n4.nabble.com>
Date: 2012-08-17T16:00:02Z
From: cm256
Subject: Plot multiple variables: label points
In-Reply-To: <1345218296189-4640626.post@n4.nabble.com>

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.