WorldMask {CircSpatial} | R Documentation |
Restores land contours to the circular dataimage of smoothed OceanWind.
data(WorldMask)
360 x 121 matrix suited to OceanWind and consisting of NA where wind data is not missing and 1 where data is missing.
Section J.9 in Appendices.J.PackageDocumentation in the installed folder doc provides additional detail and illustrations.
Smoothing circular-spatial data creates values where data is missing. CircDataimage
overplots WorldMask (or other suitable mask matrix) entered in Mask Matrix entry of the GUI on top of the circular dataimage.
Derived from R package fields dataset world.dat.
data(WorldMask) image(WorldMask)