Marks the quantiles on the axes of the current plot.
# S3 method for rug
quantile(x, prob = 0:10/10, ...)
A numeric vector.
The quantiles of x to mark on the x-axis.
Additional optional arguments to be passed onto
rug
No return values.
# NOT RUN {
x <- rnorm(100)
y <- rnorm(100)
plot(x, y)
quantile.rug(x)
# }
Run the code above in your browser using DataLab