Learn R Programming

cholera (version 0.8.0)

streetHighlight: Highlight road by name.

Description

Highlight road by name.

Usage

streetHighlight(road.name, col = "red", lwd = 3)

Value

A base R graphics segment(s).

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.

Examples

Run this code
snowMap()
streetHighlight("Broad Street")

Run the code above in your browser using DataLab