manifold: Retrieve manifold

manifoldR Documentation

Retrieve manifold

Description

Retrieve manifold from FRK object.

Usage

manifold(.Object)

## S4 method for signature 'Basis'
manifold(.Object)

## S4 method for signature 'TensorP_Basis'
manifold(.Object)

Arguments

.Object

FRK object

See Also

real_line, plane, sphere, STplane and STsphere for constructing manifolds.

Examples

G <-  local_basis(manifold = plane(),
                   loc=matrix(0,1,2),
                   scale=0.2,
                   type="bisquare")
manifold(G)

andrewzm/FRK documentation built on Dec. 12, 2023, 4:09 a.m.