| plot.dmap {diffusionMap} | R Documentation |
A generic function that plots the diffusion map stored in a dmap object
## S3 method for class 'dmap' plot(x, ...)
x |
diffusion map object from diffuse() |
... |
other options used for plot, currently ignored |
Joseph Richards joeyrichar@gmail.com
data(annulus) dmap = diffuse(dist(annulus)) # compute diffusion map plot(dmap)