internals_for_qqplot: Internal functions for qqplot of package RobAStBase
Description
These functions are used internally by qqplot of package RobAStBase.Usage
.fadeColor(col,x, bg = "white")
Value
.fadecolora vector of (rgb) colors of same length as x
containing
the corresponding colors col
faded towards white
according
to colorRamp
.Details
.fadecolor
uses function colorRamp
to interpolate between
color col
and bg
, at coordinate given by x
.