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:

\$<-

Same but for assignment

Examples

showClass("mesh")

[Package RGeostats version 14.0.3 Index]