Learn R Programming

FRK (version 2.0.3)

type: Type of manifold

Description

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

Run this code
# NOT RUN {
S <- sphere()
print(type(S))
# }

Run the code above in your browser using DataLab