This is probably a simple question but, I would like to view each output area on a map, having downloaded the boarders from here. Choosing the 2011 OA and getting the Full resolution, extent of the realm.
I have upzipped it...and read in the shp file using the following
require(maptools)
mm <- readShapePoly('OA_2011_EW_BFE_V2.shp')
How do I plot or view the coordinates for each output area?