pumpLocator {cholera} | R Documentation |
Locate water pump by numerical ID.
Description
Highlight selected water pump.
Usage
pumpLocator(id = 7, zoom = FALSE, vestry = FALSE, add.title = TRUE,
highlight.segment = TRUE, latlong = FALSE)
Arguments
id |
Numeric or Integer. With |
zoom |
Logical or Numeric. Positive numbers zoom in; negative numbers zoom out. |
vestry |
Logical. |
add.title |
Logical. Include title. |
highlight.segment |
Logical. Highlight case's segment. |
latlong |
Logical. Use longitude and latitude. |
Value
A base R graphics plot.
See Also
Examples
pumpLocator()
pumpLocator(zoom = TRUE)
pumpLocator(14, vestry = TRUE, zoom = TRUE)
[Package cholera version 0.9.1 Index]