addVoronoi {cholera} | R Documentation |
Add Voronoi cells.
Description
Add Voronoi cells.
Usage
addVoronoi(pump.select = NULL, vestry = FALSE, case.location = "nominal",
color = "black", line.type = "solid", line.width = 1,
latlong = FALSE)
Arguments
pump.select |
Numeric. Default is NULL; all pumps are used. Otherwise, selection by a vector of numeric IDs: 1 to 13 for |
vestry |
Logical. |
case.location |
Character. For |
color |
Character. Color of cell edges. |
line.type |
Character. Type of line for cell edges: lty. |
line.width |
Numeric. Width of cell edges: lwd. |
latlong |
Logical. Use estimated longitude and latitude. |
Note
This function uses deldir::deldir()
.
Examples
snowMap()
# addVoronoi()
[Package cholera version 0.8.0 Index]