Re: [R] Help needed in reproducing a plot

2011-11-29 Thread Dennis Murphy
Hi: This looks like the one: library('lattice') data(Oats, package = 'MEMSS') print(xyplot(yield ~ nitro | Block, Oats, groups = Variety, type = c("g", "b"), auto.key = list(lines = TRUE, space = 'top', columns = 3), xlab = "Nitrogen concentration (cwt/acre)",

Re: [R] Help needed in reproducing a plot

2011-11-29 Thread jim holtman
Looks like a typical plot produced using the 'lattice' package. There is plenty of documentation on the use of the package. Run some of the examples. On Tue, Nov 29, 2011 at 10:43 AM, syrvn wrote: > Hello, > > > can anybody tell me how to produce a plot like the one in > > http://cran.r-project