The VARIOGRAM Procedure |
ODS Graphics |
This section describes the use of the Output Delivery System (ODS) for creating graphics with the VARIOGRAM procedure.
To request these graphs, you must specify the ODS GRAPHICS ON statement. For additional control of the graphics that are displayed, see the PLOTS option in the section PROC VARIOGRAM Statement. For more information about the ODS GRAPHICS statement, see Chapter 21, Statistical Graphics Using ODS.
PROC VARIOGRAM assigns a name to each graph it creates by using ODS Graphics. You can use this name to refer to the graph when using ODS Graphics. The names are listed in Table 96.4.
ODS Graph Name |
Plot Description |
Statement |
Option |
---|---|---|---|
Panel of one or more classes of fitted semivariograms in different angles |
PROC |
PLOTS=FIT |
|
Plot of one or more classes of fitted semivariograms |
PROC |
PLOTS=FIT |
|
Scatter plot of standardized observed values against weighted averages |
PROC |
PLOTS=MORAN |
|
Scatter plot of observed data and colored markers that indicates observed values |
PROC |
PLOTS=OBSERV |
|
Histogram of the pairwise distance distribution |
PROC |
PLOTS=PAIRS |
|
Plots of empirical classical and robust (optional) semivariograms |
PROC |
PLOTS=SEMIVAR |
|
Panel of empirical classical and robust (optional) semivariogram plots |
PROC |
PLOTS=SEMIVAR |
To request these graphs, you must specify the ODS GRAPHICS ON statement in addition to the statements indicated in Table 96.4. For more information about the ODS GRAPHICS statement, see Chapter 21, Statistical Graphics Using ODS.
Copyright © SAS Institute, Inc. All Rights Reserved.