filter.ineligible.ray.nodes: filter.ineligible.ray.nodes

Description Usage

Description

Sometimes there is a break or gap in a hwy route just outside of a city, causing direct endpoint analysis to count extra rays. This filters out ray nodes if they belong to the same highway route and are within a distance threshold of each other. #(realizing i probably made this redundant w/ the filtering segments by length floor)

Usage

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

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