SCAT2GRID_NBIN_XYT
SCAT2GRID_NBIN_XYT(XPTS,YPTS,TPTS,XAXPTS,YAXPTS,TAXPTS)
Return a count of observations in result grid, when binning scattered data into XYT grid (as when using the SCAT2GRID_BIN_XYT function).
|
Arguments: |
XPTS |
x-coordinates of scattered input triples, listed along an abstract axis in any direction. |
|
YPTS |
y-coordinates of scattered input triples, listed along an abstract axis in any direction. |
|
| TPTS | y-coordinates of scattered input triples, listed along an abstract axis in any direction. | |
|
XAXPTS |
coordinates of X-axis of output grid. Must be regularly spaced. |
|
|
YAXPTS |
coordinates of Y-axis of output grid. Must be regularly spaced. |
|
| TAXPTS |
coordinates of T-axis of output grid. Must be regularly spaced. |
|
|
Result Axes: |
X |
Inherited from XAXPTS |
|
Y |
Inherited from YAXPTS |
|
|
Z |
NORMAL |
|
|
T |
Inherited from TAXPTS |
Note:
The SCAT2GRID_NBIN_XYT function is a "grid-changing" function; the output grid is different from the input arguments. Therefore it is best to use explicit limits on any of the arguments rather than a SET REGION command. (See this note on the context of variables passed to functions.)