Description Usage Arguments Value Examples
Project moveability statistics from moveability on to lines of street network.
1 | moveability_to_lines(m, streetnet)
|
m |
Result of moveability function |
streetnet |
Street network in either sf, osmdata or dodgr format. |
sf collection of LINE
objects of the street network,
with moveability statistics averaged between the two end points of each line
segment.
1 2 3 | m <- moveability (streetnet = castlemaine, green_polys = castlemaine_green,
activity_points = castlemaine_attr)
l <- moveability_to_lines (m = m, streetnet = castlemaine)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.