plotCsum {PBSmodelling} | R Documentation |
Plots Cumulative Frequency of Data
Description
Plots cumulative frequency of data
Usage
plotCsum(x, add = FALSE, ylim = c(0, 1), xlab = "Measure",
ylab = "Cumulative Proportion", ...)
Arguments
x |
vector of values |
add |
if TRUE, add cumulative frequency curve to current plot |
ylim |
limits for y-axis |
xlab |
label for x-axis |
ylab |
label for y-axis |
... |
additional arguments for plot. |
Examples
x <- rgamma(n=1000,shape=2)
plotCsum(x)
[Package
PBSmodelling version 0.60
Index]