quantile_rug: Quantile rug plot

View source: R/quantile-rug.r

quantile_rugR Documentation

Quantile rug plot

Description

Marks the quantiles on the axes of the current plot.

Usage

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


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

gbm-developers/gbm3 documentation built on March 8, 2024, 4:48 p.m.