streetHighlight {cholera} | R Documentation |
Highlight road by name.
Description
Highlight road by name.
Usage
streetHighlight(road.name, col = "red", lwd = 3, latlong = FALSE)
Arguments
road.name |
Character vector. The function tries to correct for case and remove extra spaces (includes "Map Frame"). |
col |
Character. Highlight color. |
lwd |
Numeric. Line width. |
latlong |
Logical. Use estimated longitude and latitude. |
Value
A base R graphics segment(s).
Examples
snowMap()
streetHighlight("Broad Street")
[Package cholera version 0.9.1 Index]