Re: [R] Automatic placement of Legends

2008-07-09 Thread tolga . i . uzuner
Many thanks all, Tolga Frank E Harrell Jr <[EMAIL PROTECTED]> 09/07/2008 12:03 To Jim Lemon <[EMAIL PROTECTED]> cc [EMAIL PROTECTED], r-help@r-project.org Subject Re: [R] Automatic placement of Legends Jim Lemon wrote: > On Tue, 2008-07-08 at 19:31 +0100, [EMAIL P

Re: [R] Automatic placement of Legends

2008-07-09 Thread Frank E Harrell Jr
Jim Lemon wrote: On Tue, 2008-07-08 at 19:31 +0100, [EMAIL PROTECTED] wrote: Dear R-Users, I am looking for a way to get legends placed automagically in an empty spot on a graph. Additional complication comes through my useage of multiple graphs on the same plot through mfrow. Is there a wa

Re: [R] Automatic placement of Legends

2008-07-09 Thread Jim Lemon
On Tue, 2008-07-08 at 19:31 +0100, [EMAIL PROTECTED] wrote: > Dear R-Users, > > I am looking for a way to get legends placed automagically in an empty > spot on a graph. Additional complication comes through my useage of > multiple graphs on the same plot through mfrow. > > Is there a way to a

Re: [R] Automatic placement of Legends

2008-07-09 Thread tolga . i . uzuner
Many thanks. Still, if anyone knows of an automated way of achieving this result, I would appreciate hearing about it. Tolga "Boks, M.P.M." <[EMAIL PROTECTED]> 08/07/2008 20:45 To <[EMAIL PROTECTED]>, cc Subject RE: [R] Automatic placement of Legends You may w

Re: [R] Automatic placement of Legends

2008-07-08 Thread Gregor Gorjanc
jpmorgan.com> writes: > I am looking for a way to get legends placed automagically in an empty > spot on a graph. Additional complication comes through my useage of > multiple graphs on the same plot through mfrow. Take a look in Hmisc package. There is function for this task. Gregor _

Re: [R] Automatic placement of Legends

2008-07-08 Thread dogle
You may be able to use the coordinates returned from emptyspace() in plotrix package as coordinates for the legend in legend(). tolga.i.uzuner wrote: > > ... > I am looking for a way to get legends placed automagically in an empty > spot on a graph. Additional complication comes through my use

Re: [R] Automatic placement of Legends

2008-07-08 Thread Boks, M.P.M.
You may want to look at locator(1) for manual placements; legend(locator(),...) BW Marco -Oorspronkelijk bericht- Van: [EMAIL PROTECTED] namens [EMAIL PROTECTED] Verzonden: di 8-7-2008 20:31 Aan: r-help@r-project.org Onderwerp: [R] Automatic placement of Legends Dear R

Re: [R] Automatic placement of Legends

2008-07-08 Thread stephen sefick
legend will accept locator() which would not automate it but would get closer On Tue, Jul 8, 2008 at 2:31 PM, <[EMAIL PROTECTED]> wrote: > Dear R-Users, > > I am looking for a way to get legends placed automagically in an empty > spot on a graph. Additional complication comes through my useage of

[R] Automatic placement of Legends

2008-07-08 Thread tolga . i . uzuner
Dear R-Users, I am looking for a way to get legends placed automagically in an empty spot on a graph. Additional complication comes through my useage of multiple graphs on the same plot through mfrow. Is there a way to achieve this in R ? I have legends for each of the sub-plots. Many thanks