isochrones: Calculate isochrones

View source: R/isochrones.R

isochronesR Documentation

Calculate isochrones

Description

Calculates isochrones from isodistances by applying a off-road buffer to all polyline segments.

Usage

isochrones(x, tag = "tag", buffer = 30, cores = 1, remove_holes = FALSE)

Arguments

x

object of class sf containing isodistances, derived from the isodistances function.

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 st_remove_holes function be applied?

Value

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).


STBrinkmann/DRIGLUCoSE documentation built on Oct. 14, 2022, 11:26 a.m.