Learn R Programming

mdsr (version 0.2.8)

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::sf() whose data attribute has 250 rows and 2 columns.

An object of class sf::sf.

Details

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

Examples

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

Run the code above in your browser using DataLab