Description Usage Format Examples
Locations of the neighbourhood water pumps near the site of the 1854 cholera outbreak. The Broad Street pump was the source of the outbreak.
| 1 | 
an object of class list.
| 1 2 | plot(Cholera$latitude, Cholera$longitude, xlab = "lon", ylab = "lat")
points(WaterPumps$latitude, WaterPumps$longitude,  pch = 15, col = "blue")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.