Re: [R] several common sub-axes within multiple plot area

2010-06-28 Thread Karl Brand
Cheers Greg, That's really simple. That's excellent. Thank you. Sincere thanks for the education. The more i learn, the more i like getting it done with R. karl On 6/28/2010 7:32 PM, Greg Snow wrote: How about: #my example: dev.new() layout( rbind( c(1,2), c(7,7), c(3,4), c(8,8), c(5,6),

Re: [R] several common sub-axes within multiple plot area

2010-06-28 Thread Greg Snow
istical Data Center Intermountain Healthcare greg.s...@imail.org 801.408.8111 > -Original Message- > From: r-help-boun...@r-project.org [mailto:r-help-boun...@r- > project.org] On Behalf Of Karl Brand > Sent: Saturday, June 26, 2010 7:21 AM > To: r-help@r-project.org > Su

Re: [R] several common sub-axes within multiple plot area

2010-06-27 Thread Karl Brand
Jim, What a great function: exactly as i needed. I'm sure i'll be finding alot of use for the plotrix package. Sincere thanks for your fast help, cheers, Karl On 6/27/2010 8:52 AM, Jim Lemon wrote: On 06/26/2010 11:20 PM, Karl Brand wrote: Dear List, I'd really appreciate tip's or code dem

Re: [R] several common sub-axes within multiple plot area

2010-06-26 Thread Jim Lemon
On 06/26/2010 11:20 PM, Karl Brand wrote: Dear List, I'd really appreciate tip's or code demonstrating how i can achieve some common axis labels integrated into a multiple plot. In my example (below), i'm trying to achieve: -a single "Results 1 (Int)" centered & btwn row 1 and row 2; -a single

[R] several common sub-axes within multiple plot area

2010-06-26 Thread Karl Brand
Dear List, I'd really appreciate tip's or code demonstrating how i can achieve some common axis labels integrated into a multiple plot. In my example (below), i'm trying to achieve: -a single "Results 1 (Int)" centered & btwn row 1 and row 2; -a single "Results 2 (Int)" centered & btwn row 2