"gpc.poly"
PolygonThis is a re-implementation of the corresponding method from package gpclib to also allow centering.
# S3 method for gpc.poly
scale(x, center = c(0,0), scale = c(1,1))
A "gpc.poly"
, the shifted and/or scaled version of x
.
an object of class "gpc.poly"
.
numeric vector of length 2 (x,y), which will be subtracted
from the respective coordinates of x
.
numeric vector of length 2 (x,y), which serves as the
divisor for the respective coordinates of x
.