type {FRK} | R Documentation |
Type of manifold
Description
Retrieve slot type
from object
Usage
type(.Object)
## S4 method for signature 'manifold'
type(.Object)
Arguments
.Object |
object of class |
See Also
real_line
, plane
, sphere
, STplane
and STsphere
for constructing manifolds.
Examples
S <- sphere()
print(type(S))
[Package FRK version 2.3.1 Index]