[R] Size of the legend

Mestat mestat at pop.com.br
Tue Sep 21 19:28:30 CEST 2010


Hi Denis,
Check it out my code... This is not my real data...
I would like to manage the size of the legend... Set the legend smaller than
it is, because on my real data, the legend is over the values...
Thanks for the help...

x<-runif(100)
y<-runif(100)
color<-c(rep(1,15),rep(2,20),rep(3,15),rep(4,10),rep(5,10),rep(6,15),rep(7,10),rep(8,5))

plot(x,y,col=c("black","blue","green","red","red","green","blue","black")[color],pch=c(22,3,3,3,19,19,19,23)[color],main='
',xlab='Sample Mean',ylab='Bootstrap Variance Estimators')
legend("topleft", legend=c("All 3 outliers","Presence of 2 outliers (6,263
and 6,720)","Presence of 2 outliers (3,471 and 6,720)","Presence of 2
outliers (3,471 and 6,263)","Presence of outlier 6,720","Presence of outlier
6,263","Presence of outlier 3,471","No outlier"), col =
c("black","blue","green","red","red","green","blue","black"), pch =
c(23,19,19,19,3,3,3,22), lty=c(1,1), xjust=0, yjust=0, bty="n")

-- 
View this message in context: http://r.789695.n4.nabble.com/Size-of-the-legend-tp2547601p2549063.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list