The G4GRID procedure creates a SAS data set to be used with the
SAS/SPECTRAVIEW three-dimensional
visualization software. The procedure enhances SAS/SPECTRAVIEW software's
ability to create two- and three-dimensional graphic images from data.
PROC G4GRID allows you to interpolate three-dimensional
data contained in a SAS data set. While PROC G4GRID is not required to load
a data set into SAS/SPECTRAVIEW, the
procedure does provide advantages:
PROC G4GRID works by interpolating randomly distributed
points in three dimensions and by creating a volume grid with data points
at each grid location. The procedure uses a Gaussian interpolation function
that varies as the inverse of the square of the distance from surrounding
data points. While PROC G4GRID is similar in syntax and function to the G3GRID
procedure, G4GRID uses a different interpolation method and does not render
the same values as G3GRID.
You can run the procedure using either of these methods:
Each data set processed by the G4GRID procedure must
contain at least four numeric variables:
If you specify more than one response variable, the
procedure performs a separate analysis and produces interpolated values for
each response variable. Unlike the G3GRID procedure, the G4GRID procedure
does not require that the input data coordinate values be unique. It uses
all coordinate values that fall within the grid volume.
The following terms are specific to the G4GRID procedure:
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.