Skip to content
Prev 305269 / 398506 Next

how can I get a layout like in pairs()?

On 12-09-11 2:40 PM, Lukas Kohl wrote:
pairs.default is written in R; you could read the code and do what it 
does.  (It does it by calling the Axis function with xpd=NA.  See ?par 
for what this means.)

Duncan Murdoch