Learn R Programming

sROC (version 0.1-2)

plot.CDF: Plot a CDF Object

Description

To plot a ``CDF'' object generated by kCDF(...).

Usage

"plot"(x, CI=TRUE, alpha=0.05, main = NULL, xlab = NULL, ylab = "CDF", lwd=2, lty=1, ...)

Arguments

x
a ``CDF'' object generated by kCDF(...).
CI
If TRUE, the pointwise confidence intervals will be plotted.
alpha
the significant level. The default is 0.05 which generates 95% confidence intervals for the CDF.
main
see par
xlab
see par
ylab
see par
lwd
see par
lty
see par
...
further arguments for the plot function.

Details

This function is to plot the estimated function generated by kCDF(...)

See Also

kCDF.