The KRIGE2D Procedure |
ODS Graphics |
This section describes the use of the Output Delivery System (ODS) for creating graphics with the KRIGE2D procedure.
To request these graphs, you must specify the ODS GRAPHICS statement. For additional control of the graphics that are displayed, see the PLOTS= option in the section PROC KRIGE2D Statement. For more information about the ODS GRAPHICS statement, see Chapter 21, Statistical Graphics Using ODS.
PROC KRIGE2D assigns a name to each graph it creates by using ODS Graphics. You can use these names to reference the graphs when using ODS Graphics. The names are listed in Table 46.3.
ODS Graph Name |
Plot Description |
Statement |
Option |
---|---|---|---|
Scatter plot of observed data and colored markers indicating observed values |
PROC |
PLOTS=OBSERV |
|
Contour plots of the kriging prediction, surface of the prediction error, and outlines of the observation locations |
PROC |
PLOTS=PREDICTION |
To request these graphs, you must specify the ODS GRAPHICS statement in addition to the statements indicated in Table 46.3. For more information about the ODS GRAPHICS statement, see Chapter 21, Statistical Graphics Using ODS.
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.