Learn R Programming

ChemoSpecUtils (version 1.0.5)

.labelExtremes: 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)

Value

None. Annotates the plot with labels.

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 x.

tol

.writeDoc_Tol()

Author

Bryan A. Hanson (DePauw University), Tejasvi Gupta.