search for: combined_d6fg4s64s6g4l

Displaying 1 result from an estimated 1 matches for "combined_d6fg4s64s6g4l".

2013 Jul 19
1
Problem with distributing data in package.
...-----------------R code starts here-------------------------- # create a netcdf file holding a 'temporal stack' combined.ncdf <- with(new.env(), { require(ncdf) nLat <- 7 nLon <- 8 nTime <- 9 missing.val <- -999 filename <- file.path(tempdir(), 'combined_d6fg4s64s6g4l.nc') lat.dim <- dim.def.ncdf('lat', 'degrees', 1:nLat) lon.dim <- dim.def.ncdf('lon', 'degrees', 1:nLon) time.dim <- dim.def.ncdf("time", "days since 1970-01-01", as.integer(1:nTime), unlim=T) var.def <- var.def.ncd...