Skip to contents

Retrieve slot type from object

Usage

type(.Object)

# S4 method for manifold
type(.Object)

Arguments

.Object

object of class Basis or manifold

See also

real_line, plane, sphere, STplane and STsphere for constructing manifolds.

Examples

S <- sphere()
print(type(S))
#> [1] "surface of sphere"