Re: [R] Help on subgraphs in xyplot of lattice library

2012-03-10 Thread R. Michael Weylandt
> Chee > > > > > > > From: R. Michael Weylandt > Sent: Saturday, March 10, 2012 12:20 PM > To: Chee Chen > Cc: R-ORG > Subject: Re: [R] Help on subgraphs in xyplot of lattice library > > What does your data look likedput() is your friend. > >

Re: [R] Help on subgraphs in xyplot of lattice library

2012-03-10 Thread Chee Chen
: R-ORG Subject: Re: [R] Help on subgraphs in xyplot of lattice library What does your data look likedput() is your friend. Also, it'd be helpful if you could give base graphics code for more-or-less what you are looking for (since you can do so already) as it's pretty hard t

Re: [R] Help on subgraphs in xyplot of lattice library

2012-03-10 Thread R. Michael Weylandt
What does your data look likedput() is your friend. Also, it'd be helpful if you could give base graphics code for more-or-less what you are looking for (since you can do so already) as it's pretty hard to describe graphics without pictures. Running example(xyplot) might help you get started