Learn R Programming

FieldSim (version 3.2.1)

manifold-class: Manifold class

Description

The manifold class is a class of the FieldSim package.

Arguments

Slots

name:
is the name of the manifold (a character string);
atlas:
is the mesh (a matrix);
gridtype:
is the grid type (a character string) to plotting;
distance:
is the distance set on the manifold (a function);
origin:
is the origin fixed on the manifold (a matrix).