powered by
Plots two lines and shades the bit in between them
twolines.vert(p, y1, y2, ...)
vector of quantiles
First set of ordinates
Second set of ordinates
Extra arguments, passed to segments(), for the vertical lines
segments()
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
p
y1
y2
Davies,qqplot
Davies
qqplot
# NOT RUN { 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))) # }
Run the code above in your browser using DataLab