Learn R Programming

cholera (version 0.4.0)

snowMap: Plot John Snow's cholera map.

Description

Uses amended version of Dodson and Tobler's data.

Usage

snowMap(add.landmarks = FALSE, vestry = FALSE, stacked = TRUE,
  add.title = TRUE, ...)

Arguments

add.landmarks

Logical. Add landmarks.

vestry

Logical. TRUE uses the 14 pumps from the map in the Vestry Report. FALSE uses the 13 pumps from the original map.

stacked

Logical. Use stacked fatalities.

add.title

Logical. Add title.

...

Additional plotting parameters.

Value

A base R graphics plot.

See Also

addLandmarks, addKernelDensity, addLandmarks, addPlaguePit, addVoronoi. addWhitehead

Examples

Run this code
# NOT RUN {
snowMap()
snowMap(vestry = TRUE, stacked = FALSE)
# }

Run the code above in your browser using DataLab