Skip to content
Prev 69225 / 398506 Next

some pairs() questions

Please show the exact code and the exact error message, because I just tried
this and it works:

  pairs(iris[,-5], labels=letters[1:4], 
        pch=c(1, 21)[factor(iris$Petal.Width < 1.8)])

This also shows you how to do highlighting, and is a small modification of
the first example shown in ?pairs.

Andy