| labelExtremes3d {ChemoSpec} | R Documentation |
A utility function to identify the extreme values in a 3D plot data set,
presumably so that they can be labeled. Algorithm is similar to
labelExtremes, except that labelExtremes3d does not do
the plotting (because the results are used by functions that use different
plotting paradigms). An internal function, not generally called by the
user.
labelExtremes3d(data, names, tol)
data |
A matrix of 3 columns containing x, y and z values for the labels, with rows corresponding to sample names. |
names |
A character vector of sample names; must have length equal to
|
tol |
A number describing the fraction of points to be labeled.
|
A data frame containing the x, y and z coordinates, along with the corresponding labels.
Bryan A. Hanson, DePauw University.
https://github.com/bryanhanson/ChemoSpec