Skip to contents

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

G <-  local_basis(manifold = plane(),
                   loc=matrix(0,1,2),
                   scale=0.2,
                   type="bisquare")
manifold(G)
#> Type of manifold: plane 
#> Dimension of manifold: 2 
#> Distance function:
#>  function (x1, x2)  distR(x1, x2)