Re: [R] contouring x y scatter data

2011-10-17 Thread emorway
Thank you David, I'm moving forward again. I was not aware of that website, I was recently at http://www.r-project.org/ and clicked on the 'mailing list' link and didn't see it there...with 8k+ posts, maybe its worth adding? -- View this message in context: http://r.789695.n4.nabble.com/conto

Re: [R] contouring x y scatter data

2011-10-17 Thread David Winsemius
On Oct 17, 2011, at 5:59 PM, emorway wrote: Hi Carlos, Thanks for the response. The plot you suggested was not in line with what I'm trying to produce in R. The last plot found at: http://www.advsofteng.com/gallery_contour.html is more along the lines of what I'm looking for. Notice th

Re: [R] contouring x y scatter data

2011-10-17 Thread emorway
Hi Carlos, Thanks for the response. The plot you suggested was not in line with what I'm trying to produce in R. The last plot found at: http://www.advsofteng.com/gallery_contour.html is more along the lines of what I'm looking for. Notice the scatter points (shown by "x") are not laid o

Re: [R] contouring x y scatter data

2011-10-17 Thread Carlos Ortega
Hi, Please check if this representation helps you. library(lattice) library(latticeExtra) p1.gr <- cloud( ts181 ~ x * z, data=FD, panel.3d.cloud = panel.3dbars, scales = list(arrows = FALSE, just = "right")) p2.gr <- cloud( ts1825 ~ x * z, data=FD, panel.3d.cloud = panel.3dbars, scales = list(arr

[R] contouring x y scatter data

2011-10-17 Thread emorway
Hello, I'm almost positive R can do the following, I just haven't hit upon the right package or search terms, however. Here's what I'm after: I've got concentration output from two different models that I want to qualitatively compare in a contour plot (or some variant of a contour plot). The p