CholeraDeaths {mdsr} | R Documentation |
Deaths and Pumps from 1854 London cholera outbreak
Description
Deaths and Pumps from 1854 London cholera outbreak
Usage
CholeraDeaths
CholeraPumps
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.
Source
https://blog.rtwilson.com/john-snows-cholera-data-in-more-formats/
Examples
if (require(sf)) {
plot(st_geometry(CholeraDeaths))
}
[Package mdsr version 0.2.8 Index]