moveability: moveability.

Description Usage Arguments Value Examples

Description

Moveability statistics for any specified city.

Calculate moveability statistics for a specified city

Usage

1
2
moveability(streetnet = NULL, from = NULL, green_polys = NULL,
  activity_points, d_threshold = 1, mode = "foot", quiet = FALSE)

Arguments

streetnet

Pre-downloaded or prepared street network in either osmdata_sc or dodgr_sc format.

from

If provided, calculate moveability statistics only at these points (given as a vector of OSM IDs).

green_polys

Polygons of green space obtained from get_green_space

activity_points

Points of activity obtained from get_attractors.

d_threshold

Distance threshold below which distances are to be aggreagted (in kilometres).

mode

Mode of transport: either "foot" or "bicycle"

quiet

If TRUE, dump progress information to screen.

Value

Nothing (open interactive map)

Examples

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

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