findNearestHUC12: Find Neareast HUC12 boundaries

Description Usage Arguments Value Author(s) See Also Examples

View source: R/findNearestHUC12.R

Description

findNearestHUC12 returns a SpatialPolygonDataFrame of the 'n' number of HUC12 basins closest to a declared point.

Usage

1
findNearestHUC12(point = NULL, n = 1, ids = FALSE, bb = FALSE)

Arguments

point

a point described by lat/long, can be piped from geocode

n

the number of basins to find (default = 5)

ids

If TRUE, a vector of basin HUC IDs is added to retuned list (default = FALSE)

bb

If TRUE, the geometry of the minimum bounding area of the features is added to returned list (default = FALSE)

Value

a list() of minimum length 2: AOI and wbd

Author(s)

Mike Johnson

See Also

findWBD

Examples

1
2
3
4
## Not run: 
pt = geocode("UCSB") %>% findNearestHUC12(n = 5)

## End(Not run)

mikejohnson51/HydroData documentation built on May 29, 2019, 2:34 p.m.