View source: R/addNeighborhoodEuclidean.R
addNeighborhoodEuclidean | R Documentation |
Add expected Euclidean pump neighborhoods.
addNeighborhoodEuclidean(pump.subset = NULL, pump.select = NULL, vestry = FALSE, case.location = "nominal", type = "star", alpha.level = 0.5, multi.core = TRUE, dev.mode = FALSE)
pump.subset |
Numeric. Vector of numeric pump IDs to subset from the neighborhoods defined by |
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". "address" is the x-y coordinates of |
type |
Character. Type of plot: "star", "area.points" or "area.polygons". |
alpha.level |
Numeric. Alpha level transparency for area plot: a value in [0, 1]. |
multi.core |
Logical or Numeric. |
dev.mode |
Logical. Development mode uses parallel::parLapply(). |
R graphic elements.
## Not run: streetNameLocator("marshall street", zoom = 0.5, highlight = FALSE, add.subtitle = FALSE) addNeighborhoodEuclidean() streetNameLocator("marshall street", zoom = 0.5, highlight = FALSE, add.subtitle = FALSE) addNeighborhoodEuclidean(type = "area.points") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.