Learn R Programming

micromapST (version 3.1.1)

KansasBG: KansasBG border group datasets to support creating micromaps for the 105 counties in the state of Kansas

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. When micromapST function is used to micromap data for Kansas County area, the border group option (bordGrp) is set to "KansasBG". This instructs micromapST to load the area Name, Abbreviation, ID and boundaries files for Kansas 105 counties. The datasets contained in the border group are areaNamesAbbrsIDs, areaVisBorders, L2VisBorders, and
L3VisBorders for the counties of the state Kansas. The user's data is then linked to the boundary data via the county's name, abbreviated name or ID based on the table below.

Usage

data(KansasBG)

Arguments

Details

The border group 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 Kansas.

areaVisBorders

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

L2VisBorders

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

RegVisBorders

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

L3VisBorders

- the boundary of the state of Kansas

The Kansas county border group contains 105 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 Kansas county border group, so the L2VisBorders and RegVisBorders datasets are not used and the regions feations is disabled. The L3VisBorders dataset contains the outline of the state of Kansas.

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 parameter.

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 (county) is mapped but not colored.

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

nameabid
AllenAL20001
AndersonAN20003
AtchisonAT20005
BarberBA20007
BartonBT20009
BourbonBB20011
BrownBR20013
ButlerBU20015
ChaseCS20017
ChautauquaCQ20019
CherokeeCK20021
CheyenneCN20023
ClarkCA20025
ClayCY20027
CloudCD20029
CoffeyCF20031
ComancheCM20033
CowleyCL20035
CrawfordCR20037
DecaturDC20039
DickinsonDK20041
DoniphanDP20043
DouglasDG20045
EdwardsED20047
ElkEK20049
EllisEL20051
EllsworthEW20053
FinneyFI20055
FordFO20057
FranklinFR20059
GearyGE20061
GoveGO20063
GrahamGH20065
GrantGT20067
GrayGY20069
GreeleyGL20071
GreenwoodGW20073
HamiltonHM20075
HarperHP20077
HarveyHV20079
HaskellHS20081
HodgemanHG20083
JacksonJA20085
JeffersonJF20087
JewellJW20089
JohnsonJO20091
KearnyKE20093
KingmanKM20095
KiowaKW20097
LabetteLB20099
LaneLE20101
LeavenworthLV20103
LincolnLC20105
LinnLN20107
LoganLG20109
LyonLY20111
MarionMN20115
MarshallMS20117
McPhersonMP20113
MeadeME20119
MiamiMI20121
MitchellMC20123
MontgomeryMG20125
MorrisMR20127
MortonMT20129
NemahaNM20131
NeoshoNO20133
NessNS20135
NortonNT20137
OsageOS20139
OsborneOB20141
OttawaOT20143
PawneePN20145
PhillipsPL20147
PottawatomiePT20149
PrattPR20151
RawlinsRA20153
RenoRN20155
RepublicRP20157
RiceRC20159
RileyRL20161
RooksRO20163
RushRH20165
RussellRS20167
SalineSA20169
ScottSC20171
SedgwickSG20173
SewardSW20175
ShawneeSN20177
SheridanSD20179
ShermanSH20181
SmithSM20183
StaffordSF20185
StantonST20187
StevensSV20189
SumnerSU20191
ThomasTH20193
TregoTR20195
WabaunseeWB20197
WallaceWA20199
WashingtonWS20201
WichitaWH20203
WilsonWL20205
WoodsonWO20207
WyandotteWY20209

There are no alternate abbreviations or regions assocated with counties in Kansas.

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

The rowNames = "alias" or "alt_ab" and the regionB and dataRegionsOnly features are not supported in the KansasBG border group.