Learn R Programming

diffusionMap (version 1.1-0.1)

print.dmap: Extract diffusion map eigen-multipliers and epsilon

Description

A generic function that prints the eigen-multipliers of a dmap object and the epsilon used in its construction.

Usage

# S3 method for dmap
print(x, …)

Arguments

x

diffusion map object from diffuse()

further arguments

See Also

diffuse

Examples

Run this code
# NOT RUN {
data(annulus)
dmap = diffuse(dist(annulus)) # compute diffusion map
print(dmap)

# }

Run the code above in your browser using DataLab