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
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
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
3 matches
Mail list logo