filter_pts {dots}R Documentation

Filter Points to a Region

Description

Filter Points to a Region

Usage

filter_pts(pts, shp, cond = TRUE)

Arguments

pts

points with sf geometry to filter

shp

shp to filter to

cond

geometry subset to reduce shp to

Value

tibble with sf geometries

Examples

data(suffolk)
pts <- dots_points(suffolk, pop, divisor = 1000)
filter_pts(pts, suffolk, pop < 1000)

[Package dots version 0.0.2 Index]