View source: R/spatial clean fcns.R
fill.single.gap | R Documentation |
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.
## S3 method for class 'single.gap'
fill(edge, nodes, threshold = 200)
threshold |
Threshold in crs units. Fill gap if distance between endpoint of
given edge and another in |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.