![]() Chapter Contents |
![]() Previous |
![]() Next |
| The GMAP Procedure |
| Requirements: | At least one response variable is required. You must use the ID statement in conjunction with the CHORO statement. |
| Global statements: | FOOTNOTE, LEGEND, PATTERN, TITLE |
| Description |
| CHOROresponse-variable(s) </ option(s)>; |
option(s) can be one or more options from any or all of the following categories:
| ANNOTATE=Annotate-data-set | |
| CEMPTY=empty-area-outline-color | |
| COUTLINE=nonempty-area-outline-color | SAME | |
| XSIZE=map-width <units> | |
| YSIZE=map-height <units> |
| DISCRETE | |
| LEVELS=number-of-response-levels | |
| MIDPOINTS=value-list | |
| MISSING |
| CTEXT=text-color | |
| LEGEND=LEGEND<1...99> | |
| NOLEGEND |
| DESCRIPTION='entry-description' | |
| NAME='entry-name' |
| HTML=variable | |
| HTML_LEGEND=variable |
| Required Arguments |
| See also: | About Response Variables |
| Options |
| See also: | The Annotate Data Set |
| Featured in: | Labeling the States on a U.S. Map |
The default outline color is the same as the default COUTLINE= color.
| See also: | ALL and Displaying Map Areas and Response Data |
The default outline color depends on the PATTERN statement:
| Featured in: | Producing a Simple Choropleth Map |
| Featured in: | Creating Maps with Drill-down for the Web |
Use this option if your numeric response variable is assigned a user-written format.
| Featured in: | Creating Maps with Drill-down for the Web |
| Featured in: | Creating Maps with Drill-down for the Web |
| Featured in: | Creating Maps with Drill-down for the Web |
| See also: | LEGEND Statement |
| Featured in: | Specifying Response Levels in a Block Map |
The LEVELS= option is ignored when you use the DISCRETE or MIDPOINTS= option.
| Featured in: | Specifying Response Levels in a Block Map |
| n <...n> | |
| n TO n <BY increment > | |
| n <...n> TO n <BY increment > <n <...n> > |
midpoints=(2 4 6) midpoints=(2,4,6) midpoints=(2 to 10 by 2)
If a numeric variable has an associated format, the specified values must be the unformatted values.
| 'value-1' <...'value-n'> |
midpoints='Midwest' 'Northeast' 'Northwest'
You can selectively exclude some response variable values from the map, as shown here:
midpoints='Midwest'
| Featured in: | Specifying Midpoints in a Prism Map |
| See also: | Displaying Map Areas and Response Data |
| Featured in: | Creating Maps with Drill-down for the Web |
| Featured in: | Labeling the States on a U.S. Map |
![]() Chapter Contents |
![]() Previous |
![]() Next |
![]() Top of Page |
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.