st_dissolve | R Documentation |
Dissolves smaller spatial geometry into larger geometry.
st_dissolve(df,group_var)
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 |
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.
Andrew J. Van Leuven, vanleuven.3@osu.edu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.