Learn R Programming

polyCub (version 0.6.1)

plot_polyregion: Plots a Polygonal Domain (of Various Classes)

Description

Plots a Polygonal Domain (of Various Classes)

Usage

plot_polyregion(polyregion, lwd = 2, add = FALSE)

Arguments

polyregion

a polygonal domain. The following classes are supported: "owin", "gpc.poly", "'>SpatialPolygons", "'>Polygons", and "'>Polygon" (for these we have an internal xylist method).

lwd

line width of the polygon edges.

add

logical. Add to existing plot?