plot.dmap {diffusionMap}R Documentation

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

Author(s)

Joseph Richards jwrichar@stat.cmu.edu

See Also

diffuse

Examples

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


[Package diffusionMap version 1.0-0 Index]