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)
nrow(data)
.
tol = 1.0
labels all the points; tol = 0.05
labels approximately the most extreme 5 percent. Note that this is simply based upon quantiles, assumes that x, y and z are each normally distributed, and treats x, y and yz separately. Thus, this is not a formal treatment of outliers, just a means of labeling points. Note too that while this function could deal with groups separately, the way it is called by plotScoresRGL
lumps all groups together.