Match names between map and data
name.match(shp.region, data.region)
shp.region
Map object
data.region
Data
a 2*2 numeric matrix
Jason