hafen / geofacet

R package for geographical faceting with ggplot2
https://hafen.github.io/geofacet/
Other
336 stars 45 forks source link

new grid: 'nhs_scot_grid' #8

Closed jsphdms closed 7 years ago

jsphdms commented 7 years ago

Geofacet grid for the 14 health boards of NHS Scotland.

Example code

Geocodes from ONS (Office of National Statistics). Data from the Scottish Government. Map from NHS Education for Scotland (note of warning: for convenience, maps like below often place Orkney and Shetland closer to the mainland than reality).

~code, ~row, ~col, ~name,
"S08000015", 6, 1, "Ayrshire and Arran",
"S08000016", 6, 3, "Borders",
"S08000017", 6, 2, "Dumfries and Galloway",
"S08000018", 4, 3, "Fife",
"S08000019", 4, 2, "Forth Valley",
"S08000020", 2, 2, "Grampian",
"S08000021", 5, 1, "Greater Glasgow and Clyde",
"S08000022", 3, 1, "Highland",
"S08000023", 5, 2, "Lanarkshire",
"S08000024", 5, 3, "Lothian",
"S08000025", 1, 2, "Orkney",
"S08000026", 1, 3, "Shetland",
"S08000027", 3, 2, "Tayside",
"S08000028", 2, 1, "Western Isle"

image

image

hafen commented 7 years ago

Added. Thanks!