powered by
quantile.rug(x,prob=(0:10)/10,...)
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