GGHB.IZ {CARBayesdata} | R Documentation |
Spatial polygon information for the Greater Glasgow and Clyde health board
Description
A Simple Features (sf) object containing the spatial polygon information for the set of 271 Intermediate Zones (IZ), that make up the 2001 definition of the Greater Glasgow and Clyde health board in Scotland. This study region is used in the worked examples in the vignettes accompanying the CARBayes and CARBayesST packages.
Usage
data(GGHB.IZ)
Format
A Simple Features (sf) object, which contains 271 observations on the following variables.
IZ
Unique code for each IZ.
name
Name of each IZ.
geometry
The polygons representing each IZ.
easting
Easting coordinate of the centroid in metres.
northing
Northing coordinate of the centroid in metres.
Source
These data were provided by the Scottish Government via http://data.gov.uk.
Examples
library(sf)
data(GGHB.IZ)
[Package CARBayesdata version 3.0 Index]