moveability_to_lines: moveability_to_lines

Description Usage Arguments Value Examples

Description

Project moveability statistics from moveability on to lines of street network.

Usage

1
moveability_to_lines(m, streetnet)

Arguments

m

Result of moveability function

streetnet

Street network in either sf, osmdata or dodgr format.

Value

sf collection of LINE objects of the street network, with moveability statistics averaged between the two end points of each line segment.

Examples

1
2
3
m <- moveability (streetnet = castlemaine, green_polys = castlemaine_green,
                  activity_points = castlemaine_attr)
l <- moveability_to_lines (m = m, streetnet = castlemaine)

ATFutures/moveability documentation built on Feb. 20, 2022, 1:06 p.m.