| polyset-class {RGeostats} | R Documentation |
Thos class contains the description of the 2-D polyset.
Objects can be created by calls of the form new("polyset", ...).
Contains a 2-D polyset
x:Object of class "numeric" Array of vertex coordinates along X
y:Object of class "numeric" Array of vertex coordinates along Y
zmin:Object of class "numeric" Lower bound along Z (if provided)
zmax:Object of class "numeric" Upper bound along Z (if provided)
polyset$parameter is used to query the value of parameter from polyset:
nvert : Number of vertices
x : Array of vertex coordinates along X
y : Array of vertex coordinates along Y
xlim : Bounds of the vertices along X
ylim : Bounds of the vertices along Y
surface : Surface of the polyset-class
Same but for assignment
showClass("polyset")