powered by
Marks the quantiles on the axes of the current plot.
quantile_rug(x, prob = (0:10)/10, ...)
No return values
a numeric vector.
the quantiles of x to mark on the x-axis.
additional graphics parameters currently ignored.
Greg Ridgeway gregridgeway@gmail.com
plot, quantile, jitter, rug.
plot
quantile
jitter
rug
x <- rnorm(100) y <- rnorm(100) plot(x,y) quantile_rug(x)
Run the code above in your browser using DataLab