plot.fitCBP {cpd} | R Documentation |
Plot of observed and theoretical frequencies for a CBP fit
Description
Plot of observed and theoretical frequencies for a CBP fit
Usage
## S3 method for class 'fitCBP'
plot(x, plty = "FREQ", maxValue = NULL, ...)
Arguments
x |
An object of class |
plty |
Plot type to be shown. Default is |
maxValue |
maxValue you want to appear in the plot |
... |
Additional parameters. |
Examples
set.seed(123)
x <- rcbp(500, 1.75, 3.5)
fit <- fitcbp(x)
plot(fit)
plot(fit, plty = "CDF")
plot(fit, plty = "PP")
[Package cpd version 0.3.2 Index]