plot.dmap {diffusionMap} | R Documentation |
A generic function that plots the diffusion map stored in a dmap object
plot.dmap(x,...)
x |
diffusion map object from diffuse() |
... |
other options used for plot, currently inactive |
Joseph Richards jwrichar@stat.cmu.edu
data(annulus) dmap = diffuse(dist(annulus)) # compute diffusion map plot.dmap(dmap)