The GCONTOUR Procedure |
Requirements: | An input data set is required. |
PROC GCONTOUR <DATA= input-data-set>
<ANNOTATE=Annotate-data-set > <GOUT=<libref.>output-catalog> <INCOMPLETE>; |
Options |
PROC GCONTOUR statement options affect all graphs produced by the procedure.
specifies a data set to annotate all graphs produced by the GCONTOUR procedure. To annotate individual graphs, use the ANNOTATE= option in the action statement.
Restriction: | Partially supported by Java and ActiveX |
See also: | Using Annotate Data Sets |
specifies the SAS data set that contains the variables to plot. The procedure uses the most recently created SAS data set if none is specified.
See also: | SAS Data Sets and Concepts |
specifies the SAS catalog in which to save the graphics output that is produced by the GCONTOUR procedure. If you omit the libref, SAS/GRAPH looks for the catalog in the temporary library called WORK and creates the output catalog if it does not exist.
allows the plotting of data when values are missing for more than half of the z variable in the input data set.
Restriction: | Not supported by Java and ActiveX |
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.