Learn R Programming

diffusionMap (version 1.1-0.1)

plot.dmap: Plot diffusion map

Description

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

Usage

# S3 method for dmap
plot(x, …)

Arguments

x

diffusion map object from diffuse()

other options used for plot, currently ignored

See Also

diffuse

Examples

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

# }

Run the code above in your browser using DataLab