pumpLocator {cholera} | R Documentation |
Locate water pump by numerical ID.
Description
Highlight selected water pump.
Usage
pumpLocator(id = 7, zoom = 1, vestry = FALSE, add.title = TRUE,
highlight.segment = TRUE, data = FALSE)
Arguments
id |
Numeric or Integer. With |
zoom |
Logical or Numeric. A numeric value >= 0 controls the degree of zoom. The default is 1. |
vestry |
Logical. |
add.title |
Logical. Include title. |
highlight.segment |
Logical. Highlight case's segment. |
data |
Logical. Output data. |
Value
A base R graphics plot.
See Also
Examples
pumpLocator()
pumpLocator(zoom = TRUE)
pumpLocator(14, vestry = TRUE, zoom = TRUE)
[Package cholera version 0.8.0 Index]