Description Usage Arguments Value Examples
View source: R/rmLandDetects.R
Remove detections that occurred away from the river network
1 | rm_land_detects(all_data, river_network, dist_thresh = 500)
|
all_data |
The output of |
river_network |
A river_network object discribing the riversystem topology (the output of |
dist_thresh |
Distance criteria (in m) to remove detections |
Returns a data.frame containing the detections that occurred less than dist_thresh m from the river network.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.