cut_network_to_pts: cut_network_to_pts

Description Usage Arguments

Description

Cut the New York City street network into portions surrounding each pedestrian counting point.

Usage

1
cut_network_to_pts(net, k = 1000, p = NULL, data_dir)

Arguments

net

Weighted street network; loaded from 'data_dir' if not provided

k

Exponential decay parameter to be used in spatial interaction models. This deterines the radius at which to cut the network.

p

Pedestrian counts including OSM IDs of nearest points, as returned from ped_osm_id.

data_dir

The directory in which data are to be, or have previously been, downloaded - only needed if 'p' is not provided.


ATFutures/nyped documentation built on Jan. 20, 2020, 10:04 p.m.