powered by
Highlight a road and its cases. See the list of road names in vignette("road.names").
vignette
streetNameLocator(road.name, zoom = FALSE, radius = 0.1, cases = "anchors", add.title = TRUE, add.pump = TRUE, vestry = FALSE, highlight = TRUE, unit = "meter")
Character vector. Note that streetNameLocator() tries to correct for case and to remove extra spaces.
streetNameLocator
Logical.
Numeric. Controls the degree of zoom.
Character. Plot cases: NULL, "anchors" or "all".
Logical. Include title.
Logical. Include nearby pumps.
Logical. TRUE uses the 14 pumps from the Vestry Report. FALSE uses the 13 in the original map.
Logical. Highlight selected road.
Character. Unit of measurement: "meter" or "yard". NULL returns the map's native scale.
A base R graphics plot.
roads, road.segments, streetNumberLocator, vignette("road.names")
roads
road.segments
streetNumberLocator
vignette("road.names")
# NOT RUN { streetNameLocator("Oxford Street") streetNameLocator("oxford street") streetNameLocator("Cambridge Street", zoom = TRUE) streetNameLocator("Cambridge Street", zoom = TRUE, radius = 0) # }
Run the code above in your browser using DataLab