neighborhoodEuclidean | R Documentation |
Plots star graph from pump to its cases.
neighborhoodEuclidean(pump.select = NULL, vestry = FALSE, case.location = "nominal", case.set = "observed", multi.core = TRUE, dev.mode = FALSE)
pump.select |
Numeric. Vector of numeric pump IDs to define pump neighborhoods (i.e., the "population"). Negative selection possible. |
vestry |
Logical. |
case.location |
Character. "address" or "nominal". For |
case.set |
Character. "observed" or "expected". |
multi.core |
Logical or Numeric. |
dev.mode |
Logical. Development mode uses parallel::parLapply(). |
An R vector.
## Not run: neighborhoodEuclidean() neighborhoodEuclidean(-6) neighborhoodEuclidean(pump.select = 6:7) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.