Previous Page | Next Page

The SIM2D Procedure

COORDINATES Statement
COORDINATES coordinate-variables ;

The following two options give the name of the variables in the DATA= data set containing the values of the and coordinates of the conditioning data.

Only one COORDINATES statement is allowed, and it is applied to all SIMULATE statements that have the VAR= specification. In other words, it is assumed that all the VAR= variables in all SIMULATE statements have the same and coordinates.

You can abbreviate the COORDINATES statement as COORD.

XCOORD=(variable-name)
XC=(variable-name)

gives the name of the variable containing the coordinate of the data in the DATA= data set.

YCOORD=(variable-name)
YC=(variable-name)

gives the name of the variable containing the coordinate of the data locations in the DATA= data set.

Previous Page | Next Page | Top of Page