rgrass_dissolve: Dissolves geometries using GRASS GIS

rgrass_dissolveR Documentation

Dissolves geometries using GRASS GIS

Description

This function dissolves a geometry. Optionnally, based on a field input.

Usage

rgrass_dissolve(
  x,
  ...,
  split = FALSE,
  check.geom = TRUE,
  stringsAsFactors = FALSE,
  quiet = TRUE
)

Arguments

x

object of class sf. Always of type polygon.

...

other option for v.dissolve set into params (e.g. layer or column).

split

export vector data as single features. Default: FALSE

check.geom

If set to TRUE then geometry is checked with sf::st_is_valid (geos_query). If there are invalid geometries, geometries are repaired using st_make_valid (valid). Default: TRUE

stringsAsFactors

Default: FALSE

quiet

If FALSE then comments are printed. Default: TRUE

Value

Geometry of class sf


raff-k/VLSM documentation built on Oct. 13, 2023, 11:13 a.m.