| print.dmap {diffusionMap} | R Documentation |
A generic function that prints the eigen-multipliers of a dmap object and the epsilon used in its construction.
## S3 method for class 'dmap' print(x, ...)
x |
diffusion map object from diffuse() |
... |
further arguments |
Joseph Richards joeyrichar@gmail.com
data(annulus) dmap = diffuse(dist(annulus)) # compute diffusion map print(dmap)