fill.single.gap: fill.single.gap

View source: R/spatial clean fcns.R

fill.single.gapR Documentation

fill.single.gap

Description

Uses segment endpoints and connects those within threshold distance. Creates continuous line that I think is more appropriate. First two arguments are taken from call within fill.gaps.

Usage

## S3 method for class 'single.gap'
fill(edge, nodes, threshold = 200)

Arguments

threshold

Threshold in crs units. Fill gap if distance between endpoint of given edge and another in lines is < this threshold.


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