GRADAR Procedure
PROC GRADAR Statement
Identifies the data set that contains the plot variables.
Specifies an output catalog (optional).
Requirement: |
An input data set is required. |
Syntax
PROC GRADAR <DATA=input-data-set>
<GOUT=<libref.>output-catalog>
<ANNOTATE=Annotate-data-set>;
Optional Arguments
PROC GRADAR statement options affect all graphs produced by
the procedure.
- ANNOTATE=Annotate-data-set
- specifies a data set
to add annotate elements to all graphs that are produced by the GRADAR
procedure. To add annotate elements to individual graphs, use ANNOTATE=
in the CHART statement.
Alias:ANNO=
Restriction:The GRADAR procedure does not support coordinate systems
2 or 8.
See Coordinate Systems.
- DATA=input-data-set
-
specifies the SAS data
set that contains the variable or variables to chart. By default,
the procedure uses the most recently created SAS data set.
- GOUT=<libref.>output-catalog
-
specifies the SAS catalog
in which to save the graphics output produced by the GRADAR procedure.
Copyright © SAS Institute Inc. All rights reserved.