Rdocumentation
powered by
Learn R Programming
tpe (version 1.0.1)
tpe2d: Two-dimensional tree preserving embedding
Description
Finds a two-dimensional tree preserving embedding of a dissimilarity matrix.
Usage
tpe2d(d, verbose=TRUE)
Arguments
d
A
dist
object with the dissimilarity matrix.
verbose
A logical value indicating whether to print progress.
Value
Details
Implements the greedy approximation for two-dimensional tree preserving embedding.
References
Shieh AD, Hashimoto TB, Airoldi EM (2011) Tree preserving embedding.
Proc Natl Acad Sci USA
108:16916--16921.