mesh-class {RGeostats}R Documentation

Class "mesh" definition

Description

This class contains the definition of a meshing.

Objects from the Class

Objects can be created by calls of the form new("mesh", ...).

Slots

points:

Object of class "matrix" Matrix containing the characteristics of the meshing vertices

meshes:

Object of class "matrix" matrix containing the characteristics of the meshing connexions

Methods

\$

mesh$parameter is used to query the value of parameter for mesh:

  • points: Matrix of meshing vertices. The first dimension is the number of vertices in the meshing; the second dimension is the space dimension.

  • meshes: Matrix of meshing connexions. The first dimension is the number of meshes in the meshing; the second dimension is the number of vertices per mesh (i.e. space dimension + 1). Each value corresponds to the rank of the vertex in the 'points' matrix.

\$<-

Same but for assignment

Examples

showClass("mesh")

[Package RGeostats version 14.0.10 Index]