A circle (polygon), centered around a desired pump with a radius of 210 yards. The Broad Street pump is the default.
addWhitehead(pump = "Broad Street", radius = 210, distance.unit = "yard",
latlong = FALSE, color = "black", line.type = "solid",
vestry = FALSE, add.title = FALSE, add.subtitle = FALSE,
walking.speed = 5)
Adds a circle (polygon) to a graphics plot.
Character or Numeric. Name (road name) or numerical ID of selected pump. See pumps
or pumps.vestry
.
Numeric. Distance from a pump.
Character. Unit of distance: "meter", "yard" or "native". "native" returns the map's native scale. See vignette("roads")
for information on conversion.
Logical. Longitude-Latitude coordinates.
Character. Color of circle.
Character. Circle line type.
Logical. TRUE
uses the 14 pumps and locations from Vestry report. FALSE
uses original 13 pumps.
Logical. Add title.
Logical. Add subtitle with estimated "walking" time in seconds.
Numeric. Walking speed in km/hr.