type: Type of manifold

typeR 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 Basis or manifold

See Also

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

Examples

S <- sphere()
print(type(S))

andrewzm/FRK documentation built on April 7, 2024, 11:01 a.m.