This function down-scales ocean data by quadrants of user defined size (in degrees) according to a given function.
Usage
pixelate(X, extent = 0.25, FUN = mean)
Value
An object of class "satin". See satin-class for details.
Arguments
X
a satin object as returned by read.nasaoc, read.ghrsst, read.osunpp, or read.cmems.
extent
size in degrees of the squared quadrant for the new spatial scale.
FUN
function to be applied for obtaining the quadrants' values, defaults to mean.
Author
Héctor Villalobos
Details
The main interest of this function is to obtain smooth isolines for ocean data (e.g. isotherms). In order to use this function with Copernicus data returned from read.cmems, the appropriate indexing should be done.