Description Usage Arguments Details Value
Get the maximum (or minimum) value and corresponding coordinates from a grid block, defined from logical masks for the grid dimensions
1 |
x |
coordinates of first dimension |
y |
coordinates of second dimension |
z |
numeric matrix, or vector matching x,y dimensions, advancing first by x indices |
xmsk |
LOGICAL vector |
ymsk |
LOGICAL vector |
sFUN |
either 'max' (default), or 'min' |
If more than a maximum/minimum value is found, the first one is returned
A named vector of length 3 with x,y,z values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.