Join us for
RADAR: AI Edition

gbm3 (version 3.0)

quantile_rug: Quantile rug plot

Description

Marks the quantiles on the axes of the current plot.

Usage

quantile_rug(x, prob = (0:10)/10, ...)

Value

No return values

Arguments

x

a numeric vector.

prob

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

...

additional graphics parameters currently ignored.

Author

Greg Ridgeway gregridgeway@gmail.com

See Also

Examples

Run this code

x <- rnorm(100)
y <- rnorm(100)
plot(x,y)
quantile_rug(x)

Run the code above in your browser using DataLab