Isochrone and isodistance vertices (prototype)
isoVertices(post = 50, post.type = "distance", multi.core = FALSE,
dev.mode = FALSE)
Numeric.
Character. "distance or "time".
Logical or Numeric. TRUE
uses parallel::detectCores()
. FALSE
uses one, single core. You can also specify the number logical cores.
Logical. Development mode uses parallel::parLapply().