Description Usage Arguments Value Author(s) Examples
This function down-scales satellite data by quadrants of user defined size (in degrees), calculating the value given by a function.
1 | scaleSatin(satin.obj, extent = 1, FUN = mean, format = "wide")
|
satin.obj |
satin object as returned by |
extent |
size in degrees of the squared quadrant for the summary |
FUN |
summary function, defaults to |
format |
Default is |
If format = "wide"
(the default), a satin object as produced by read.oceancolor
.
If format="long"
, a data frame with columns: longitude, latitude, period and parameter values.
Héctor Villalobos
1 2 3 4 5 | data(dbsst)
sst0.5 <- scaleSatin(dbsst, extent = 0.5)
plotSatin(sst0.5)
scaleSatin(dbsst, extent = 1, format = "long")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.