polyset-class {RGeostats}R Documentation

Class "polyset" Polysets

Description

Thos class contains the description of the 2-D polyset.

Objects from the Class

Objects can be created by calls of the form new("polyset", ...). Contains a 2-D polyset

Slots

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)

Methods

\$

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

Examples

showClass("polyset")

[Package RGeostats version 14.0.10 Index]