Re: [R] assign unique size of point in xyplot

2009-05-15 Thread hadley wickham
On Thu, May 14, 2009 at 2:14 PM, Garritt Page wrote: > Hello,I am using xyplot to try and create a conditional plot.  Below is a > toy example of the type of data I am working with > > slevel <- rep(rep(c(0.5,0.9), each=2, times=2), times=2) > > tlevel <- rep(rep(c(0.5,0.9), each=4), times=2) > >

Re: [R] assign unique size of point in xyplot

2009-05-15 Thread Deepayan Sarkar
On Thu, May 14, 2009 at 12:14 PM, Garritt Page wrote: > Hello,I am using xyplot to try and create a conditional plot.  Below is a > toy example of the type of data I am working with > > slevel <- rep(rep(c(0.5,0.9), each=2, times=2), times=2) > > tlevel <- rep(rep(c(0.5,0.9), each=4), times=2) > >

[R] assign unique size of point in xyplot

2009-05-14 Thread Garritt Page
Hello,I am using xyplot to try and create a conditional plot. Below is a toy example of the type of data I am working with slevel <- rep(rep(c(0.5,0.9), each=2, times=2), times=2) tlevel <- rep(rep(c(0.5,0.9), each=4), times=2) noutliers <- rep(rep(c(2,4), times=4), times=2) analysis <- as.fac