Re: [R] Is there way to multiple plots on gap.plot?

2008-07-29 Thread Jim Lemon
On Mon, 2008-07-28 at 12:15 -0700, Arthur Roberts wrote: Hi, all, Does anyone now of a way to put multiple plots on gap.plot? Much appreciated, Hi Art, You must have read my mind. In solving the problem you had with gap.plot, I considered including an add argument that would allow the user

Re: [R] Is there way to multiple plots on gap.plot?

2008-07-29 Thread Jim Lemon
Hi Art, Ignore the last email, I realized that I had already written the add bit and it will be in plotrix 2.4-5. As far as I can see, both the type and xlim problems are solved. Jim __ R-help@r-project.org mailing list

[R] Is there way to multiple plots on gap.plot?

2008-07-28 Thread Arthur Roberts
Hi, all, Does anyone now of a way to put multiple plots on gap.plot? Much appreciated, Art __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html

Re: [R] Is there way to multiple plots on gap.plot?

2008-07-28 Thread Yasir Kaheil
yeah, just use points twogrp-c(rnorm(5)+4,rnorm(5)+20,rnorm(5)+5,rnorm(5)+22) gpcol-c(2,2,2,2,2,3,3,3,3,3,4,4,4,4,4,5,5,5,5,5) gap.plot(twogrp,gap=c(8,12),xlab=Index,ylab=Group values, main=Plot gap on Y axis,col=gpcol) twogrp2-c(rnorm(5)+4,rnorm(5)+20,rnorm(5)+5,rnorm(5)+22) points(twogrp2,