On 03/31/2010 03:15 PM, Roslina Zakaria wrote:






Hi r-users,

I would like to display my legend with fill box and line symbol.  The first 
color will be in the box and the second colour will just be a line.

legend("topright", c("observed","gamma sum fit"), col= 
c("greenyellow","red"),pch=c(15, NA),lty = c(0,1),lwd=2)

Hi Rosalina,
I think what you're trying to do requires the argument:

pt.cex=2

in the call to legend

Jim

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to