The GRADAR Procedure |
Requirements: | An input data set is required. |
PROC GRADAR <DATA=input-data-set>
<GOUT=<libref.>output-catalog> <ANNOTATE=Annotate-data-set>; |
Options |
PROC GRADAR statement options affect all graphs produced by the procedure.
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. |
See also: | Using Annotate Data Sets |
specifies the SAS data set that contains the variable(s) to chart. By default, the procedure uses the most recently created SAS data set.
specifies the SAS catalog in which to save the graphics output produced by the GRADAR procedure.
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.