Description Usage Arguments Details Value
View source: R/summaryPOP2var.R
Get the maximum and minimum of a POP2 grid as well as the coresponding array indexes and geographical coordiantes, plus the global standard deviation and mean value
1 | summaryPOP2var(x, long, latg, zg, mask=NULL, z2Did=1)
|
x |
REAL [nlon,nlat,nz || 1] grid |
long |
REAL [nlon,nlat], longitude grid |
latg |
REAL [nlon,nlat], latitude grid |
zg |
REAL [nz], depth grid in [cm] |
mask |
LOGICAL [nlon,nlat,nz || 1] grid, matching the dimensions
of |
z2Did |
INTEGER, indicating the index within the depth grid
|
The mean value provided in this function is the direct mean for the,
possibly masked, grid values. A weighted mean that condisers the volumne
of each model cell is provided by ocnWmean
.
A matrix with a global summmary of a POP2 variable.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.