[R] identify with boxplot

Remigijus Lapinskas remigijus.lapinskas at maf.vu.lt
Wed Feb 20 21:59:07 CET 2002


Hello,

In a toy example below, there are some outliers which I would like to
mark with their rownames. However, it seems that identify(...) does
not work together with boxplot?

set.seed(1)
x<-data.frame(rcauchy(20))
rownames(x)<-letters[1:20]
boxplot(x)
identify(x,labels=rownames(x))



Thanks for any suggestions,

Remigijus                          mailto:remigijus.lapinskas at maf.vu.lt


-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list