mesh.print {RGeostats}R Documentation

Print a meshing

Description

Print a meshing

Usage

mesh.print(x, ..., verbose = FALSE)

Arguments

x

A mesh-class object.

...

Arguments unused, placed for compatibility with the generic method.

verbose

The contents of a meshing can be quite lengthy. This is the reason why the exhaustive print can only be accessed by turning the 'verbose' argument to ON. In that case, the procedure prints out:

  • the list of the vertices as a matrix with one vertex per row. Each vertex is expressed by its coordinates (its count is equal to the space dimension)

  • the list of meshes as a matrix with one mesh per row. Each mesh is expressed by the list of its vertex indices.

Value

The printout of the mesh characteristics (when requested)


[Package RGeostats version 14.0.10 Index]