Displaying 1 result from an estimated 1 matches for "salinity_dir".
2011 Feb 01
1
Setting maximum value of the legend on an image.plot and animation
...uot;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) {
image.plot(salt[, , i])
}
}, img.name = "salinity.img", imgdir = "salinity_dir", htmlfile =
"salinity.html", zmax = c(0, 80),
autobrowse = FALSE, title = "TIME SALINITY PREDICTIONS",
description = c("This should plot 1 years daily salinity
predictions in Florida Bay")
)
Almost all of the data sets I work with are multi-...