View source: R/getnodeind.rivernet.r
| getnodeind.rivernet | R Documentation |
Gets indices of nodes that are closest to given locations
## S3 method for class 'rivernet'
getnodeind(net,x,y,...)
net |
Object of class "rivernet" e.g. read by the function |
x |
Numerical vector of x coordinates of sites to be analyzed (needs to be of the same length as argument |
y |
Numerical vector of y coordinates of sites to be analyzed (needs to be of the same length as argument |
... |
. |
A data frame with the indices in the first and the distances in the second column.
rivernet.read, getreachind.rivernet, upstreamconnectivity.rivernet, adjacentreaches.rivernet,
utility.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.