CCDFplot {DataVisualizations} | R Documentation |
plot Complementary Cumulative Distribution Function (CCDF) in Log/Log uses ecdf, CCDF(x) = 1-cdf(x)
Description
plot Complementary Cumulative Distribution Function (CCDF) in Log/Log uses ecdf, CCDF(x) = 1-cdf(x)
Arguments
Feature |
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 |
pch |
Optional, default: pch=0 for Line, other numbers see documentation about pch of plot |
PlotIt |
Optional, if PlotIt==T (default) do a plot, otherwise return only values |
LogLogPlot |
Optional, if LogLogPlot==T (default) do a log/log plot |
xlab |
Optional, xlab of plot |
ylab |
Optional, ylab of plot |
main |
Optional, main of plot |
... |
Optional, further arguments for plot |
Value
V$CCDFuniqX,V$CCDFuniqY CCDFuniqY= 1-cdf(CCDFuniqX), such that plot(CCDFuniqX,CCDFuniqY)...)
Author(s)
Michael Thrun
[Package DataVisualizations version 1.3.2 Index]