water.wrapper: water.wrapper

View source: R/tigris-fcns.R

water.wrapperR Documentation

water.wrapper

Description

Gets water areas based on supplied countyfp codes and/or other spatial area.

Usage

water.wrapper(x = NULL, .countyfps = NULL, size.min = 5e+06, ...)

Arguments

x

sf or bbox object spanning area you want to filter polys to. Will use get intersection if sf object or crop if bbox.

.countyfps

Alternative to x, countyfp (as 5-char characters) to get areas for.

size.min

Minimum size in m^2, after internal boundaries are resolved (if a water area is represented by multiple contiguous polygons)

...

passed onto query.fcn

Value

water areas for region.


kmcd39/geox documentation built on Nov. 15, 2024, 2:03 a.m.