isochrones | R Documentation |
Calculates isochrones from isodistances
by applying a off-road buffer to all polyline segments.
isochrones(x, tag = "tag", buffer = 30, cores = 1, remove_holes = FALSE)
x |
object of class |
buffer |
numeric; buffer distance to be applied on the polyline features of the isodistance object. |
cores |
the number of cores to use. |
remove_holes |
logical; should |
An sf MULTIPOLYGON
of isodistances is returned. The sf object contains two fields:
tag (id of the original point feature) and time (range of the segments).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.