View source: R/streetHighlight.R
streetHighlight | R Documentation |
Highlight road by name.
streetHighlight(road.name, col = "red", lwd = 3)
road.name |
Character vector. The functions tries to correct for case and to remove extra spaces. |
col |
Character. Highlight color. |
lwd |
Numeric. Line width. |
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.