Re: [R] placing a text in the corner of a plot

2008-07-30 Thread Jim Lemon
On Wed, 2008-07-30 at 00:04 +0200, Jörg Groß wrote: Is there an easy way to add a text into an R-plot and place it in the upper left corner? Like that: | (a) | | | |

[R] placing a text in the corner of a plot

2008-07-29 Thread Jörg Groß
Is there an easy way to add a text into an R-plot and place it in the upper left corner? Like that: | (a) | | | | | |

Re: [R] placing a text in the corner of a plot

2008-07-29 Thread Jorge Ivan Velez
Dear Jörg, Perhaps, plot(1:10) legend(topleft,c(Your text here),pch=1) See ?legend and ?text for more information. HTH, Jorge On Tue, Jul 29, 2008 at 6:04 PM, Jörg Groß [EMAIL PROTECTED] wrote: Is there an easy way to add a text into an R-plot and place it in the upper left corner?

Re: [R] placing a text in the corner of a plot

2008-07-29 Thread Jörg Groß
legend(topleft,c(Your text here),pch=1) Thanks! But is it possible to get rid of the legend-box and the box-shadow? I don't find an argument in the manual for that. Am 30.07.2008 um 00:08 schrieb Jorge Ivan Velez: Dear Jörg, Perhaps, plot(1:10) legend(topleft,c(Your text

Re: [R] placing a text in the corner of a plot

2008-07-29 Thread Rolf Turner
On 30/07/2008, at 10:47 AM, Jörg Groß wrote: legend(topleft,c(Your text here),pch=1) Thanks! But is it possible to get rid of the legend-box and the box-shadow? I don't find an argument in the manual for that. You explicitly said that you *wanted* a box!!! But be that

Re: [R] placing a text in the corner of a plot

2008-07-29 Thread Ben Tupper
On Jul 29, 2008, at 6:47 PM, Jörg Groß wrote: legend(topleft,c(Your text here),pch=1) Thanks! But is it possible to get rid of the legend-box and the box-shadow? I don't find an argument in the manual for that. Hi, The documentation for the argument is right there - but as always it