R/AllGeneric.R
R/geometryfns.R
type.Rd
Retrieve slot type from object
type
type(.Object) # S4 method for class 'manifold' type(.Object)
object of class Basis or manifold
Basis
manifold
real_line, plane, sphere, STplane and STsphere for constructing manifolds.
real_line
plane
sphere
STplane
STsphere
S <- sphere() print(type(S)) #> [1] "surface of sphere"