View source: R/spatial clean fcns.R
fill.gaps | R Documentation |
maps fill.single.gap across all subsections of a single hwy. Takes ~denoded~ lines;
expects nhpn hwy data. The purpose is that if a highway has a short break
(<threshold) in the middle, this allows the polygon measure to ignore a short break.
Call with return.gap.map=T
to visualize what it does.
## S3 method for class 'gaps'
fill(hwy, return.gap.map = F, threshold = 200, ...)
hwy |
a single hwy, i.e., with single unique sign1, after divM::denode.lines is run on it |
return.gap.map |
Return mapview leaflet to visualize output of fcn |
... |
Arguments passed on to
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.