subset_map: Subset geographies based off of some distance from a given...

Description Usage Arguments Value

Description

Subset geographies based off of some distance from a given coordinate

Usage

1
subset_map(df, long, lat, dist = 40000)

Arguments

df

A simple feature dataframe.

long

Longitude of the center point.

lat

Latitude of the center point.

dist

The distance from the center point to subset in meters.

Value

A simple feature dataframe that is subset of the original data frame with only those geometries that are within the 'dist' specified.


jcbain/haterzmapper documentation built on May 14, 2019, 2:06 p.m.