Thank you for your answer! I'm sorry that bother you with a question I could have found the answer to in the help pages, but I have missed it.
Ales ----- Original Message ----- From: "Uwe Ligges" <[EMAIL PROTECTED]> To: "Aleš Žiberna" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, October 26, 2004 11:43 AM Subject: Re: [R] putting legend outside ploting region Aleš Žiberna wrote: > Hello! > > I have created a plot and would like to put a legend in the top left > corner > (above and left of plotting region), but non of the functions can plot > there > (I tried 'legend', 'text', 'points', 'lines', 'mtext', 'axes',...). > > I would be very grateful if someone could help me put something in that > corrner, with any fuction. > > Thanks, > Ales Ziberna > > ______________________________________________ > [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 See ?par, in particular its argument "xpd": Form ?par: xpd A logical value or NA. If FALSE, all plotting is clipped to the plot region, if TRUE, all plotting is clipped to the figure region, and if NA, all plotting is clipped to the device region. Uwe Ligges ______________________________________________ [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
