Description Usage Arguments Value Author(s) See Also Examples
Calculate coverage, mean, standard deviation, minimum and maximum by pixel for a set of satellite images
1 | climatology(satin.obj)
|
satin.obj |
a satin object with several images as returned by |
An object of class
“satin” (a list) with components:
longitude |
a vector of longitudes |
latitude |
a vector of latitudes |
rs.data |
an array with coverage, sum, mean, standard deviation, minimum and maximum for every latitude longitude of extracted SST or Chl-a values |
rs.name |
full name of remote sensed variable |
rs.units |
variable measurement units |
period |
a character vector indicating "coverage", "mean", "std. dev.", ..., and dates for summarized periods |
itype |
a string indicating the type of product |
Héctor Villalobos
1 2 3 4 5 6 7 | ## Not run:
fl <- list.files() # Directory with 5 hdf files of sst data
Msst <- read.oceancolor(fl, lats=c(20, 30), lons=c(-120, -110) )
cMsst <- climatology(Msst)
plotSatin(cMsst)
plotSatin(cMsst, file=2)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.