manifold | R Documentation |
Retrieve manifold from FRK
object.
manifold(.Object)
## S4 method for signature 'Basis'
manifold(.Object)
## S4 method for signature 'TensorP_Basis'
manifold(.Object)
.Object |
|
real_line
, plane
, sphere
, STplane
and STsphere
for constructing manifolds.
G <- local_basis(manifold = plane(),
loc=matrix(0,1,2),
scale=0.2,
type="bisquare")
manifold(G)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.