View source: R/streetHighlight.R
streetHighlight | R Documentation |
Highlight road by name.
streetHighlight(road.name, col = "red", lwd = 3, latlong = FALSE)
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. |
A base R graphics segment(s).
snowMap()
streetHighlight("Broad Street")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.