Re: [R] vis.gam() contour plots

2009-10-13 Thread Jason Gasper
Thanks, that is a big help. David Winsemius wrote: On Oct 13, 2009, at 3:46 PM, Gavin Simpson wrote: On Mon, 2009-10-12 at 22:20 -0400, David Winsemius wrote: On Oct 12, 2009, at 8:20 PM, Jason Gasper wrote: # contour examples vis.gam(g, view=c("x1","x2"),plot.type="contour",color="he

Re: [R] vis.gam() contour plots

2009-10-13 Thread David Winsemius
On Oct 13, 2009, at 3:46 PM, Gavin Simpson wrote: On Mon, 2009-10-12 at 22:20 -0400, David Winsemius wrote: On Oct 12, 2009, at 8:20 PM, Jason Gasper wrote: # contour examples vis.gam(g, view=c("x1","x2"),plot.type="contour",color="heat", nlevels=20) Warning messages: 1: In plot.window(

Re: [R] vis.gam() contour plots

2009-10-13 Thread Gavin Simpson
On Mon, 2009-10-12 at 22:20 -0400, David Winsemius wrote: > On Oct 12, 2009, at 8:20 PM, Jason Gasper wrote: > # contour examples vis.gam(g, > view=c("x1","x2"),plot.type="contour",color="heat", nlevels=20) > Warning messages: > 1: In plot.window(...) : "nlevels" is not a graphical parameter

Re: [R] vis.gam() contour plots

2009-10-12 Thread David Winsemius
On Oct 12, 2009, at 8:20 PM, Jason Gasper wrote: Greetings, I have what I hope is a simple question. I would like to change my contour interval on the vis.gam( plot.type="contour") in the mgcv package. Is this a situation where I need to modify the function or is there a default value

[R] vis.gam() contour plots

2009-10-12 Thread Jason Gasper
Greetings, I have what I hope is a simple question. I would like to change my contour interval on the vis.gam( plot.type="contour") in the mgcv package. Is this a situation where I need to modify the function or is there a default value I can change? Thanks _