export_dci | R Documentation |
Export DCI results to spatial format
export_dci(net, results, type = "rivers")
net |
A |
results |
|
type |
The element of the river network for which results should be reported. Can be either "rivers" or any of the nodes included in the |
A sf
object with the corresponding DCI results joined to each feature.
## Not run:
export_dci(net = net_name, results = dci_results, type = "rivers")
export_dci(net = net_name, results = dci_results, type = "poi")
export_dci(net = net_name, results = dci_results, type = "barriers")
export_dci(net = net_name, results = list(a, b, c), type = "rivers")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.