filter.colinear.nodes: filter.colinear.nodes

Description Usage

Description

Runs if filter.colinear.node.threshold is set to not NULL, in which case it removes ray nodes in given threshold proximity of one another. In general, this should be left as NULL when using NHPN data and set to a threshold when counting interstate highway plan rays. This is because the 1947 highway plan has nearly colinear intst segments at places where multiple interstates overlap/converge.

Usage

1
2
3
4
5
6
7
8
## S3 method for class 'colinear.nodes'
filter(
  place,
  potential.ray.nodes,
  filter.colinear.node.threshold = NULL,
  verbose = F,
  ...
)

kmcd39/divFcns documentation built on Aug. 14, 2020, 2:03 p.m.