print.dmap {diffusionMap} | R Documentation |
A generic function that prints the eigen-multipliers of a dmap object and the epsilon used in its construction.
print.dmap(x,...)
x |
diffusion map object from diffuse() |
... |
further arguments |
Joseph Richards jwrichar@stat.cmu.edu
data(annulus) dmap = diffuse(dist(annulus)) # compute diffusion map print.dmap(dmap)