trim.to.length.floors: trim.to.length.floors

View source: R/places and rays fcns.R

trim.to.length.floorsR Documentation

trim.to.length.floors

Description

Trims a set of highways to those for which the whole stretch of highway inside the region has minimum length length.floor in meters. 1 km by default.

Usage

trim.to.length.floors(
  region,
  divisions,
  minimum.segment.length = 10,
  minimum.hwy.length = 1000,
  ...
)

Arguments

minimum.segment.length

Minimum length (meters) that each highway ~segment~ must have in order to be eligible for rays, This differs from minimum.hwy.length in that it filters by each separate segment, rather than overall hwy length

minimum.hwy.length

Minimum length of each ~highway~ that must be inside place boundaries for it to be ray-eligible. Differs from minimum.segment.length in that at least one segment of hwy must meet this threshold for ~any~ of the segments to be eligible. Only relevant if larger than minimum.segment.length.


kmcd39/divM documentation built on Oct. 21, 2023, 11:28 p.m.