Learn R Programming

CARBayesdata (version 2.2)

GGHB.IG: Spatial polygon information for the Greater Glasgow and Clyde health board

Description

A SpatialPolygonsDataFrame object containing the spatial polygon information for the set of 271 Intermediate Geographies (IG, but also known as 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.IG)

Arguments

Format

A SpatialPolygonsDataFrame object, where the dataframe component contains 271 observations on the following variables.

IG

Unique code for each IG.

name

Name of each IG.

easting

Easting coordinate of the centroid in metres.

northing

Northing coordinate of the centroid in metres.

Examples

Run this code
# NOT RUN {
library(sp)
data(GGHB.IG)
# }

Run the code above in your browser using DataLab