Re: [R] modifying legend in scatterplot matrix R

2009-02-19 Thread Dieter Menne
Julien Beguin ulaval.ca> writes: > scatterplot.matrix(~ a + b + c, >groups=treatment, ... >legend.plot=T, >) > legend("topright",c("fenced","unefenced"), fill=NULL,bty="o",cex=3) > > > In my

[R] modifying legend in scatterplot matrix R

2009-02-19 Thread Julien Beguin
Hello R users, I have some troubles to modify the "per default" legend in the scatterplot.matrix using the car package. Here is my code: scatterplot.matrix(~ a + b + c, groups=treatment, by.groups=F,