Learn R Programming

micromapST (version 3.1.1)

NewYorkBG: NewYorkBG border group datasets to supports building micromaps for the 62 counties in the state of New York.

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 NewYorkBG border group dataset supports creating linked micromaps for the 62 counties in the state of New York. When the bordGrp call argument is set to NewYorkBG, the appropriate name table (county names and abbreviations) and the 62 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(NewYorkBG)

Arguments

Details

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

areaParms

- contains specific parameters for the border group

areaNamesAbbrsIDs

- containing the names, abbreviations, numerical identifier and alias matching string for each of the 62 counties in New York

areaVisBorders

- the boundary point lists for each area.

L2VisBorders

- the boundaries for an intermediate level. For this border group, this boundary data.frame 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.frame is not used and set to L3VisBorders as a place holder.

L3VisBorders

- the boundary of the state of New York.

The New York county border group contains 62 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 New York county border group, so the L2VisBorders dataset is not used and the regions option is disabled. The L3VisBorders dataset contains the outline of the state of New York.

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

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

nameabid
AlbanyALBA36001
AlleganyALLE36003
BronxBRON36005
BroomeBROO36007
CattaraugusCATT36009
CayugaCAYU36011
ChautauquaCHAU36013
ChemungCHEM36015
ChenangoCHEN36017
ClintonCLIN36019
ColumbiaCOLU36021
CortlandCORT36023
DelawareDELA36025
DutchessDUTC36027
ErieERIE36029
EssexESSE36031
FranklinFRAN36033
FultonFULT36035
GeneseeGENE36037
GreeneGREE36039
HamiltonHAMI36041
HerkimerHERK36043
JeffersonJEFF36045
KingsKING36047
LewisLEWI36049
LivingstonLIVI36051
MadisonMADI36053
MonroeMONR36055
MontgomeryMONT36057
NassauNASS36059
New YorkNEWY36061
NiagaraNIAG36063
OneidaONEI36065
OnondagaONON36067
OntarioONTA36069
OrangeORAN36071
OrleansORLE36073
OswegoOSWE36075
OtsegoOTSE36077
PutnamPUTN36079
QueensQUEE36081
RensselaerRENS36083
RichmondRICH36085
RocklandROCK36087
St. LawrenceSTLA36089
SaratogaSARA36091
SchenectadySCHE36093
SchoharieSCHO36095
SchuylerSCHU36097
SenecaSENE36099
SteubenSTEU36101
SuffolkSUFF36103
SullivanSULL36105
TiogaTIOG36107
TompkinsTOMP36109
UlsterULST36111
WarrenWARR36113
WashingtonWASH36115
WayneWAYN36117
WestchesterWEST36119
WyomingWYOM36121
YatesYATE36123

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

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

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