Displaying 1 result from an estimated 1 matches for "newfile3".
Did you mean:
newfile
2009 Feb 19
1
modifying legend in scatterplot matrix R
...ave 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,
data=newfile3,
smooth=T,
pch=c(16,4),
cex=1.3,
labels=label,
cex.labels=1.3,
font.labels=2,
col=c("black","dark grey","black","black"),
legend.plot=T,
)
legend("topright...