.shrinkLeaf {ChemoSpecUtils} | R Documentation |
Shrink the Leaves of a Dendrogram Based on a Spectra Object
Description
Internal function. This function shrinks the size of leaves of a dendrogram object. The code was taken from the help files.
Usage
.shrinkLeaf(n, spectra)
Arguments
n |
A node in a dendrogram object. |
spectra |
An object of S3 class |
Value
Returns a node with the label size properties set.
Author(s)
Bryan A. Hanson (DePauw University).
References
https://github.com/bryanhanson/ChemoSpec
[Package ChemoSpecUtils version 1.0.5 Index]