.labelExtremes {ChemoSpecUtils} | R Documentation |
Label Extreme Values
Description
Internal function. A utility function which plots the sample names next to the sample points. The number of samples labeled can be specified by passing it from the calling function. An internal function, not generally called by the user.
Usage
.labelExtremes(data, names, tol)
Arguments
data |
A matrix containing the x values of the points/samples in the first column, and the y values in the second. |
names |
A character vector of sample names. Length must match the
number of rows in |
tol |
|
Value
None. Annotates the plot with labels.
Author(s)
Bryan A. Hanson (DePauw University), Tejasvi Gupta.
[Package ChemoSpecUtils version 1.0.4 Index]