Learn R Programming

diffusionMap (version 0.0-1)

plot.dmap: Plot diffusion map

Description

A generic function that plots the diffusion map stored in a dmap object

Usage

plot.dmap(x,...)

Arguments

x
diffusion map object from diffuse()
...
other options used for plot, currently inactive

See Also

diffuse

Examples

Run this code
data(annulus)
dmap = diffuse(dist(annulus)) # compute diffusion map
plot.dmap(dmap)

Run the code above in your browser using DataLab