Retrieve manifold from FRK
object.
Usage
manifold(.Object)
# S4 method for class 'Basis'
manifold(.Object)
# S4 method for class 'TensorP_Basis'
manifold(.Object)
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)