powered by
A generic function that plots the diffusion map stored in a dmap object
# S3 method for dmap plot(x, …)
diffusion map object from diffuse()
other options used for plot, currently ignored
diffuse
# NOT RUN { data(annulus) dmap = diffuse(dist(annulus)) # compute diffusion map plot(dmap) # }
Run the code above in your browser using DataLab