Learn R Programming

polyCub (version 0.5-2)

coerce-gpc-methods: Conversion between polygonal

Description

Package polyCub implements converters between the classes "owin" of package spatstat and "gpc.poly" of package rgeos (originally from gpclib). Support for the "gpc.poly" class was dropped from spatstat as of version 1.34-0.

Usage

owin2gpc(object)

gpc2owin(object, ...)

# S3 method for gpc.poly as.owin(W, ...)

Arguments

object
an object of class "gpc.poly" or "owin", respectively.
...
further arguments passed to owin.
W
an object of class "gpc.poly".

Value

The converted polygon of class "gpc.poly" or "owin", respectively. If neither package rgeos nor gpclib are available, owin2gpc will just return the pts slot of the "gpc.poly" (no formal class) with a warning.

See Also

xylist, and the package rgeos for conversions of "gpc.poly" objects from and to sp's "" class.