Description Usage Arguments Value Note Examples
Project moveability statistics from moveability on to polygonal blocks of street network, in order to plot polygons rather than points.
1 | moveability_to_polygons(m, streetnet)
|
m |
Result of moveability function |
streetnet |
Street network in either sf, osmdata or dodgr format. |
sf collection of POLYGON
objects corresponding to street
blocks, with average moveability statistics from all points defining that
block.
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.
1 2 3 | m <- moveability (streetnet = castlemaine, green_polys = castlemaine_green,
activity_points = castlemaine_attr)
p <- moveability_to_polygons (m = m, streetnet = castlemaine)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.