var [ grid ... ] differences
| Arguments | ||
|---|---|---|
| label | type | description |
| var | variable | variable of which pairwise differences are to be calculated |
| grid | grid set | grid(s) along which pairwise differences are to be calculated |
| Returns | ||
| var' | variable | Pairwise differences of var along grid. var' is dependent on the same grids as var, but grid has one less grid point (i.e., last grid point dropped) and the grid point values (i.e., labels) in grid indicate the differences that were calculated. |