View source: R/calibrate.plot.R
quantile.rug | R Documentation |
Marks the quantiles on the axes of the current plot.
## S3 method for class 'rug'
quantile(x, prob = 0:10/10, ...)
x |
A numeric vector. |
prob |
The quantiles of x to mark on the x-axis. |
... |
Additional optional arguments to be passed onto
|
No return values.
Greg Ridgeway gregridgeway@gmail.com.
plot
, quantile
,
jitter
, rug
.
x <- rnorm(100)
y <- rnorm(100)
plot(x, y)
quantile.rug(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.