R/examples/merge_delineated_polygons_1.R

# Merge the example polygons within the package
library(polyCheck)
polygons <- list_polygons(system.file("extdata/polygons", package = "polyCheck"))
polygons_all <- merge_delineated_polygons(polygons)

# Display the results
polygons_all
GRID3/polyCheck documentation built on May 26, 2019, 8:35 a.m.