find_vpu | R Documentation |
Find Vector Processing Unit from sf object
find_vpu(pnt)
pnt |
sf object |
A character vector of vpu ids
## Not run:
library(sf)
# vpu centers
pnt <- st_cast(st_point_on_surface(nhdR::vpu_shp), "POINT")
find_vpu(pnt[1, ])
find_vpu(pnt)
find_vpu(nhdR::gull$sp$NHDWaterbody[1, ])
find_vpu(nhdR::gull$sp$NHDWaterbody)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.