Learn R Programming

micromapST (version 3.1.1)

MarylandBG: MarylandBG border group datasets to support creating micromaps for the 24 counties in the state of Maryland

Description

The micromapST function has the ability to generate linked micromaps for any geographical area. To specify the geographical area, the bordGrp call argument is used to specify the border group dataset for the geographical area. The MarylandBG border group dataset supports creating linked micromaps for the 24 counties in the state of Maryland. When the bordGrp call argument is set to MarylandBG, the appropriate name table (county names and abbreviations) and the 24 sub-areas (countries) boundary data is loaded in micromapST. The user's data is then linked to the boundary data via the county's name, abbreviated or ID based on the table below.

Usage

data(MarylandBG)

Arguments

Details

The MarylandBG border group dataset contains the following data.frames:

areaParms

- contains specific parameters for the border group

areaNamesAbbrsIDs

- containing the names, abbreviations, and numerical identifier for the counties in the state of Maryland.

areaVisBorders

- the boundary point lists for each county area in Maryland.

L2VisBorders

- the boundaries for an intermediate level. For this border group, this boundary data is not used and set to L3VisBorders as a place holder.

RegVisBorders

- the boundaries for an intermediate level. For this border group, this boundary data is not used and set to L3VisBorders as a place holder.

L3VisBorders

- the boundary of the state of Maryland

The Maryland county border group contains 24 county sub-areas. Each county has a row in the areaNamesAbbrsIDs data.frame and a set of polygons in the areaVisBorders data.frame datasets. No regions are defined in the Utah county border group, so the L2VisBorders and RegVisBorders data.frames is not used and the dataRegionsOnly call parameter are is disabled. The L3VisBorders dataset contains the outline of the state of Maryland.

The details on each of these data.frame structures can be found in the "bordGrp" section of this document. The areaNamesAbbrsIDs data.frame provides the linkages to the boundary data for each sub-area (county) using the fullname, abbreviation, and numerical identifier for each country to the <statsDFrame> data based on the setting of the rowNames call argument.

A column or the data.frame row.names must match one of the types of names in the areaNamesAbbrsIDs data.frame name table. If the data row does not match a value in the name table, an warning is issued and the data is ignored. If no data is present for a sub-area (county) in the name table, the sub-area is mapped but not colored.

The following are a list of the names, abbreviations, and ids for each country in the MarylandBG border group.

nameabid
AlleganyAL24001
Anne ArundelAA24003
BaltimoreBL24005
Baltimore CityBC24510
CalvertCV24009
CarolineCL24011
CarrollCR24013
CecilCC24015
CharlesCH24017
DorchesterDR24019
FrederickFR24021
GarrettGR24023
HarfordHR24025
HowardHW24027
KentKN24029
MontgomeryMG24031
Prince George'sPG24033
Queen Anne'sQA24035
St. Mary'sSM24039
SomersetSS24037
TalbotTB24041
WashingtonWH24043
WicomicoWC24045
WorcesterWR24047

There are no alternate abbreviations or regions assocated with counties in Maryland border group.

The id field value is the U. S. state and county FIPS code.

The rowNames = "alias" or "alt_ab" and the regionB and dataRegionsOnly call parameters are not supported in the MarylandBG border group.