st_dissolve: Spatial Dissolve

View source: R/st_dissolve.R

st_dissolveR Documentation

Spatial Dissolve

Description

Dissolves smaller spatial geometry into larger geometry.

Usage

st_dissolve(df,group_var)

Arguments

df

This is the dataframe you want to use. Must be in sf (simple features) format.

group_var

This is the variable you want to use to dissolve smaller geometries

Value

A polygon or set of polygons that is composed of only the group-level. Example: all counties within the same metropolitan statistical area will be dissolved into one polygon with geometry only for said MSA.

Author(s)

Andrew J. Van Leuven, vanleuven.3@osu.edu


andrewvanleuven/rleuven documentation built on July 19, 2022, 12:13 a.m.