twolines.vert {Davies} | R Documentation |
Plots two lines and shades the bit in between them
twolines.vert(p, y1, y2, ...)
p |
vector of quantiles |
y1 |
First set of ordinates |
y2 |
Second set of ordinates |
... |
Extra arguments, passed to segments() , for
the vertical lines |
Plots p against y1, and p against y2, and shades the bit in between using vertical lines. This is useful for comparing two order statistics.
Robin K. S. Hankin
twolines.vert(1:100,sort(rnorm(100)),sort(rnorm(100))) params <- c(10 , 0.1 , -0.1) twolines.vert(1:100 , sort(rdavies(100,params)) , sort(rdavies(100,params)))