Re: [R] "Over-coloring" facets on persp() plot

2009-11-23 Thread Duncan Murdoch
On 23/11/2009 8:55 AM, Marc Chiarini (Tufts) wrote: Thanks Duncan (and David). I couldn't get back to my computer until today. I understand it pretty well now and I'm able to get what I need. On a side note, I have had a hard time getting rgl to work. For the moment, I have to compile witho

Re: [R] "Over-coloring" facets on persp() plot

2009-11-23 Thread Marc Chiarini (Tufts)
Thanks Duncan (and David). I couldn't get back to my computer until today. I understand it pretty well now and I'm able to get what I need. On a side note, I have had a hard time getting rgl to work. For the moment, I have to compile without libpng and ftfonts, and when I load the package I

Re: [R] "Over-coloring" facets on persp() plot

2009-11-22 Thread David Winsemius
On Nov 22, 2009, at 9:18 AM, David Winsemius wrote: On Nov 22, 2009, at 7:07 AM, Duncan Murdoch wrote: On 22/11/2009 1:07 AM, Marc Chiarini (Tufts) wrote: Dear R Community: Recently, I have managed to plot some really useful graphs of my research data using persp(). I have even figured o

Re: [R] "Over-coloring" facets on persp() plot

2009-11-22 Thread David Winsemius
On Nov 22, 2009, at 7:07 AM, Duncan Murdoch wrote: On 22/11/2009 1:07 AM, Marc Chiarini (Tufts) wrote: Dear R Community: Recently, I have managed to plot some really useful graphs of my research data using persp(). I have even figured out how to overplot rectangular regions (corresponding

Re: [R] "Over-coloring" facets on persp() plot

2009-11-22 Thread Duncan Murdoch
On 22/11/2009 1:07 AM, Marc Chiarini (Tufts) wrote: Dear R Community: Recently, I have managed to plot some really useful graphs of my research data using persp(). I have even figured out how to overplot rectangular regions (corresponding to submatrices) with a different color. This is acco

[R] "Over-coloring" facets on persp() plot

2009-11-21 Thread Marc Chiarini (Tufts)
Dear R Community: Recently, I have managed to plot some really useful graphs of my research data using persp(). I have even figured out how to overplot rectangular regions (corresponding to submatrices) with a different color. This is accomplished by using par(new=T). I am now searching fo