quantile.rug {gbm} | R Documentation |
Marks the quantiles on the axes of the current plot.
quantile.rug(x,prob=(0:10)/10,...)
x |
a numeric vector. |
prob |
the quantiles of x to mark on the x-axis. |
... |
additional graphics parameters currently ignored. |
No return values
Greg Ridgeway gregr@rand.org
http://www.i-pensieri.com/gregr/gbm.shtml
x <- rnorm(100) y <- rnorm(100) plot(x,y) quantile.rug(x)