streetHighlight {cholera} | R Documentation |
Highlight road by name.
Description
Highlight road by name.
Usage
streetHighlight(road.name, col = "red", lwd = 3)
Arguments
road.name |
Character vector. The functions tries to correct for case and to remove extra spaces. |
col |
Character. Highlight color. |
lwd |
Numeric. Line width. |
Value
A base R graphics segment(s).
Examples
snowMap()
streetHighlight("Broad Street")
[Package cholera version 0.8.0 Index]