Skip to content
Snippets Groups Projects
Commit 8a3e7b34 authored by Bock, Andy's avatar Bock, Andy
Browse files

forgot to rename function

parent 19914585
No related branches found
No related tags found
1 merge request!169Updates through 07_merge
...@@ -1474,7 +1474,7 @@ wb_poi_collapse <- function(tmp_POIs, nhd, events){ ...@@ -1474,7 +1474,7 @@ wb_poi_collapse <- function(tmp_POIs, nhd, events){
return(list(POIs = tmp_POIs_fin, events_ret = events)) return(list(POIs = tmp_POIs_fin, events_ret = events))
} }
#' Creates Waterbody POIs, calls a few other functions #' Collapses POIs together based on criteria
#' @param (pois) sf data frame of POIs #' @param (pois) sf data frame of POIs
#' @param move_category (character) POI data theme to move #' @param move_category (character) POI data theme to move
#' @param DAR (numeric) drainage area threshold to move within #' @param DAR (numeric) drainage area threshold to move within
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment