quantile.rug: Quantile rug plot

Description Usage Arguments Value Author(s) See Also Examples

View source: R/calibrate.plot.R

Description

Marks the quantiles on the axes of the current plot.

Usage

1
quantile.rug(x,prob=(0:10)/10,...)

Arguments

x

a numeric vector.

prob

the quantiles of x to mark on the x-axis.

...

additional graphics parameters currently ignored.

Value

No return values

Author(s)

Greg Ridgeway gregridgeway@gmail.com

See Also

plot, quantile, jitter, rug.

Examples

1
2
3
4
x <- rnorm(100)
y <- rnorm(100)
plot(x,y)
quantile.rug(x)

DexGroves/gbm-lrd documentation built on May 6, 2019, 1:35 p.m.