manifold {FRK} | R 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 |
|
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)
[Package FRK version 2.3.1 Index]