internals-qqplot: Internal functions for qqplot of package RobAStBase

internals_for_qqplotR Documentation

Internal functions for qqplot of package RobAStBase

Description

These functions are used internally by qqplot of package RobAStBase.

Usage

.fadeColor(col,x, bg = "white")

Arguments

col

(a vector of) color(s)

x

a (numeric) vector of fading weights

bg

a color (of length 1): the background color against which to fade

Details

.fadecolor uses function colorRamp to interpolate between color col and bg, at coordinate given by x.

Value

.fadecolor

a vector of (rgb) colors of same length as x containing the corresponding colors col faded towards white according to colorRamp.

Author(s)

Peter Ruckdeschel peter.ruckdeschel@uni-oldenburg.de,

See Also

ks.test, qqplot ,internals_qqplot ,internals_qqplot , qqplot, qqplot


RobAStBase documentation built on Nov. 16, 2022, 9:08 a.m.