clip_water {dots} | R Documentation |
Remove Water
Description
Remove Water
Usage
clip_water(shp, water, filter_islands = FALSE, ...)
Arguments
shp |
input shp with |
water |
water shapes to remove with |
filter_islands |
logical. Should additional filtering be done to remove small areas? |
... |
additional arguments to pass to |
Value
tibble with sf
geometries
Examples
# time to run varies greatly, depending on machine
data(suffolk)
data(boston_water)
clip_water(suffolk, boston_water[10, ])
[Package dots version 0.0.2 Index]