Learn R Programming

mdsr (version 0.2.0)

CholeraDeaths: Deaths and Pumps from 1854 London cholera outbreak

Description

Deaths and Pumps from 1854 London cholera outbreak

Usage

CholeraDeaths

CholeraPumps

Arguments

Format

An object of class sf whose data attribute has 250 rows and 2 columns.

An object of class sf.

Details

Both spatial objects are projected in EPSG:27700, aka the British National Grid.

Examples

Run this code
# NOT RUN {
if (require(sf)) {
  plot(st_geometry(CholeraDeaths))
}
# }

Run the code above in your browser using DataLab