Dear Jacques, Thanks for the promt response.
Abd. Rahman ----- Original Message ----- From: "Jacques VESLOT" <[EMAIL PROTECTED]> To: "Abd Rahman Kassim" <[EMAIL PROTECTED]> Cc: <[email protected]> Sent: Wednesday, January 18, 2006 9:15 PM Subject: Re: [R] Legend Outside Plot Dimension use "xpd" argument in par(), as follows: > ?par > par(xpd=T, mar=par()$mar+c(0,0,0,4)) > plot(1,1) > legend(1.5,1,"point",pch=1) Abd Rahman Kassim a écrit : >Dear All, > >I'm trying to attach a legend outside the plot (Inside plot OK), but >failed. Any help is very much appreciated. > >Thanks. > > >Abd. Rahman Kassim, PhD >Forest Management & Ecology Program >Forestry & Conservation Division >Forest Research Institute Malaysia >Kepong 52109 Selangor >MALAYSIA > >***************************************** > >Checked by TrendMicro Interscan Messaging Security. >For any enquiries, please contact FRIM IT Department. >***************************************** > [[alternative HTML version deleted]] > >______________________________________________ >[email protected] mailing list >https://stat.ethz.ch/mailman/listinfo/r-help >PLEASE do read the posting guide! >http://www.R-project.org/posting-guide.html > > > ***************************************** Checked by TrendMicro Interscan Messaging Security. For any enquiries, please contact FRIM IT Department. ***************************************** ***************************************** Checked by TrendMicro Interscan Messaging Security. For any enquiries, please contact FRIM IT Department. ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
