plot Complementary Cumulative Distribution Function (CCDF) in Log/Log uses ecdf, CCDF(x) = 1-cdf(x)
V$CCDFuniqX,V$CCDFuniqY CCDFuniqY= 1-cdf(CCDFuniqX), such that plot(CCDFuniqX,CCDFuniqY)...)
Vector of data to be plotted, or a matrix with given probability density function in column 2 and/or a cumulative density function in column 3
Optional, default: pch=0 for Line, other numbers see documentation about pch of plot
Optional, if PlotIt==T (default) do a plot, otherwise return only values
Optional, if LogLogPlot==T (default) do a log/log plot
Optional, xlab of plot
Optional, ylab of plot
Optional, main of plot
Optional, further arguments for plot
Michael Thrun