Learn R Programming

FRK (version 2.3.1)

manifold: Retrieve manifold

Description

Retrieve manifold from FRK object.

Usage

manifold(.Object)

# S4 method for Basis manifold(.Object)

# S4 method for TensorP_Basis manifold(.Object)

Arguments

.Object

FRK object

See Also

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

Examples

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

Run the code above in your browser using DataLab