Internal functions for qqplot of package distrMod
These functions are used internally by qqplot of package distrMod.
.labelprep(x,y,lab.pts,col.lbs,cex.lbs,adj.lbs,which.lbs, which.Order,order.traf, which.nonlbs)
x |
a (numeric) vector |
y |
a (numeric) vector of same length as |
cex.lbs |
magnification factor for the plotted observation labels |
col.lbs |
color for the plotted observation labels |
adj.lbs |
adjustment factor for the plotted observation labels |
lab.pts |
character or |
which.lbs |
integer or |
which.Order |
integer or |
order.traf |
function or |
which.nonlbs |
indices of the observations which should be plotted but
not labelled; either an integer vector with the indices of the observations
to be plotted into graph or |
.labelprep
prepares the labels for later output:
first some indices among x
according
to which.lbs
are (optionally) selected,
then orders both x
and y
according to the
order of the remaining (optionally transformed by order.traf
) values of
x
(decreasing); finally only the order statistics (w.r.t. the preceding
ordering) as specified in which.Order
are returned;
correspondingly, labels, colors, and magnification factors, are ordered
respectively thinned out.
.labelprep |
a list with components
|
Peter Ruckdeschel peter.ruckdeschel@uni-oldenburg.de,
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.