moveability_to_polygons: moveability_to_polygons

Description Usage Arguments Value Note Examples

Description

Project moveability statistics from moveability on to polygonal blocks of street network, in order to plot polygons rather than points.

Usage

1

Arguments

m

Result of moveability function

streetnet

Street network in either sf, osmdata or dodgr format.

Value

sf collection of POLYGON objects corresponding to street blocks, with average moveability statistics from all points defining that block.

Note

This function may take a long time to execute, because of the calculation of fundamental cycles in the street network graph used to identify street blocks.

Examples

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

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