Internal function. A utility function which returns a list of the extreme coordinates that are to be labelled.
.getExtremeCoords(data, names, tol)
A list with elements x
, y
and l
, giving the coordinates,
and labels of the most extreme data points.
A matrix containing the x values of the points/samples in the first column, and the y values in the second.
A character vector of sample names. Length must match the
number of rows in data
.
.writeDoc_Tol()
Bryan A. Hanson (DePauw University), Tejasvi Gupta.