Re: [R] Setting maximum value of the legend on an image.plot and animation

2011-02-05 Thread Peter Ehlers
Steve, I think that your second question may be answered by either setting the appropriate value for 'outdir' in ani.options() or by adding an outdir="yourdir" to the argument list in saveHTML. Peter Ehlers On 2011-02-05 09:22, Uwe Ligges wrote: On 01.02.2011 16:10, steve_fried...@nps.go

Re: [R] Setting maximum value of the legend on an image.plot and animation

2011-02-05 Thread Uwe Ligges
On 01.02.2011 16:10, steve_fried...@nps.gov wrote: Hello, I'm doing the following: library(ncdf) library(fields) library(animation) saline<- open.ncdf("salinity_1990.nc") salt = get.var.ncdf(nc=saline, varid="Salinity") # create an animation of the complete temporal domain in the ncdf fil

[R] Setting maximum value of the legend on an image.plot and animation

2011-02-01 Thread Steve_Friedman
Hello, I'm doing the following: library(ncdf) library(fields) library(animation) saline <- open.ncdf("salinity_1990.nc") salt = get.var.ncdf(nc=saline, varid="Salinity") # create an animation of the complete temporal domain in the ncdf file. saveHTML({ for (i in 1:364) { im