Chapter Contents |
Previous |
Next |
The GPROJECT Procedure |
Procedure features: |
| |||||||||
Sample library member: | GR23N03 |
libname reflib 'SAS-data-library'; libname maps 'SAS-data-library'; goptions reset=global gunit=pct border cback=white colors=(black blue green red) ftext=swiss htitle=6 htext=3; |
proc gproject data=maps.states out=reflib.gulf longmin=81 longmax=98 latmin=25 latmax=33; where density<5; id state; run; |
title 'Northern Gulf Coast'; footnote j=r 'GR23N03 '; |
pattern value=mempty repeat=7 color=blue; |
proc gmap map=reflib.gulf data=reflib.gulf all; id state; choro state / nolegend; run; quit; |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.