Learn R Programming

diffusionMap (version 1.1-0)

plot.dmap: Plot diffusion map

Description

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

Usage

"plot"(x, ...)

Arguments

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

See Also

diffuse

Examples

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

Run the code above in your browser using DataLab