labelExtremes3d: Identify Extreme Values in 3D
Description
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.Usage
labelExtremes3d(data, names, tol)
Value
A data frame containing the x, y and z coordinates, along with the corresponding labels.References
https://github.com/bryanhanson/ChemoSpec