Skip to contents

Helper function to set the computation region of an open GRASS GIS session connected to the R session, e.g. through rgrass::initGRASS(). To know more about the arguments, check: https://grass.osgeo.org/grass82/manuals/g.region.html

Usage

grass_set_region(flags = c("p"), ...)

Examples

if(FALSE) {
  grass_set_region(res = 30)
}