plot.dmap {diffusionMap}R Documentation

Plot diffusion map

Description

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

Usage

## S3 method for class 'dmap'
plot(x, ...)

Arguments

x

diffusion map object from diffuse()

...

other options used for plot, currently ignored

Author(s)

Joseph Richards joeyrichar@gmail.com

See Also

diffuse

Examples

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


[Package diffusionMap version 1.1-0 Index]