Re: [R] filled contour plot with contour lines

2011-04-01 Thread skfgla...@gmail.com
tugas National Park >> 950 N Krome Ave (3rd Floor) >> Homestead, Florida 33034 >> >> steve_fried...@nps.gov >> Office (305) 224 - 4282 >> Fax (305) 224 - 4147 >> >> >> >> Peter Ehlers >> > >> ca>

Re: [R] filled contour plot with contour lines

2011-04-01 Thread Peter Ehlers
"r-help@r-project.org" Subject Re: [R] filled contour plot with contour lines Aren't you missing a set of parentheses? I can&#x

Re: [R] filled contour plot with contour lines

2011-04-01 Thread Clint Bowman
Subject Re: [R] filled contour plot with contour lines Aren't you missing a set of parentheses? I can't run your code since it's not reproducible, but to m

Re: [R] filled contour plot with contour lines

2011-04-01 Thread David Winsemius
2011 05:08 PM cc "r-help@r-project.org" Subject

Re: [R] filled contour plot with contour lines

2011-04-01 Thread Steve_Friedman
"r-help@r-project.org" Subject Re: [R] filled contour plot with

Re: [R] filled contour plot with contour lines

2011-04-01 Thread Steve_Friedman
"r-help@r-project.org" Subject Re: [R] filled contour plot with

Re: [R] filled contour plot with contour lines

2011-04-01 Thread Peter Ehlers
Aren't you missing a set of parentheses? I can't run your code since it's not reproducible, but to my aging eyes it seems that you need a set of '{}' around the contents of your loop: for(j in 1:(varsize[4]-1)) { loop stuff } Peter Ehlers On 2011-04-01 11:48, steve_fried...@nps.gov wrote: I'

[R] filled contour plot with contour lines

2011-04-01 Thread Steve_Friedman
I'm stumped, can anyone find my error in this sequence. for(j in 1:(varsize[4]-1)) temp <- get.var.ncdf(nc=input, varid="p_foraging",c(1,1,j),c(varsize[1],varsize[2],1)) filled.contour(x, y, temp, color = terrain.colors, plot.title = title(main = paste("Everglades Wo