itoxyz {RSEIS} | R Documentation |
Given I index get ix,iy, iz and vice versa
itoxyz(i, nx, ny, nlay)
i |
index to long vector |
nx |
number of blocks in x axis |
ny |
number of blocks in y axis |
nlay |
number of blocks in z axis (layers) |
ix |
Index of X-array |
iy |
Index of Y-array |
iz |
Index of Z-array (layer) |
Jonathan M. Lees<jonathan.lees.edu>
itoxyz(24, 6, 6, 1) itoxyz(2443, 20, 20, 13)