mesh-class {RGeostats} | R Documentation |
This class contains the definition of a meshing.
Objects can be created by calls of the form new("mesh", ...)
.
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
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
showClass("mesh")