Description Usage Arguments Value Examples
Steiner Tree function using v.net.steiner from GRASS as core function It contains the v.net function to connect points to lines using threshold
1 | SteinerTree(l, p, th, clean = FALSE)
|
l |
Network to calculate Steiner Tree (SLDF) |
p |
Points to be conected by Steiner Tree (SPDF) |
th |
Threshold –> max distance of points to be connected to lines |
clean |
If true, sldf will be cleaned internaly using CleanLines() |
Steiner tree for the lines and points given. In case there is some error, it return NA
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.