Re: [R] pch size in a legend

2015-01-31 Thread Chel Hee Lee
Hi Ahmed, It also works with the following working environment: R.version _ platform x86_64-w64-mingw32 arch x86_64 os mingw32 system x86_64, mingw32 status major 3 minor 1.2 year 2014 month 10 day

Re: [R] pch size in a legend

2015-01-31 Thread Allen Bingham
if that works for you? __ Allen Bingham Bingham Statistical Consulting aebingh...@gmail.com -Original Message- From: Ahmed Attia [mailto:ahmedati...@gmail.com] Sent: Friday, January 30, 2015 1:50 PM To: r-help Subject: [R] pch size in a legend Hi R users, I

[R] pch size in a legend

2015-01-30 Thread Ahmed Attia
Hi R users, I would like to adjust the pch size in a legend without changing the text size, pt.cex does not do the job. R 2.15.2 32 bit. legend(0,2100, legend=c(2009,2010,2012,2013,2014), col = 1,cex=1,lty=NA,pch=c(1,2,6,7,8),lwd=2,bty=n) Thanks Ahmed Attia, Ph.D. Agronomist Soil Scientist

Re: [R] pch size in a legend

2015-01-30 Thread Jim Lemon
Hi Ahmed, Hmmm, this seems to work for me (R-3.1.2, Linux) legend(0,2100, legend=c(2009,2010,2012,2013,2014), col = 1,cex=1,lty=NA,pch=c(1,2,6,7,8),lwd=2,bty=n,pt.cex=2) Jim On Sat, Jan 31, 2015 at 8:49 AM, Ahmed Attia ahmedati...@gmail.com wrote: Hi R users, I would like to adjust the