Plot empirical and deterministic cumulative frequency distribution Poisson mixture data and model
# S4 method for nls,numeric
plotBoutsCDF(fit, obj, xlim, draw.bec = FALSE, bec.lty = 2, ...)# S4 method for nls,Bouts
plotBoutsCDF(fit, obj, xlim, draw.bec = FALSE, bec.lty = 2, ...)
# S4 method for mle,numeric
plotBoutsCDF(fit, obj, xlim, draw.bec = FALSE, bec.lty = 2, ...)
# S4 method for mle,Bouts
plotBoutsCDF(fit, obj, xlim, draw.bec = FALSE, bec.lty = 2, ...)
Object of class nls
or mle
.
Object of class Bouts
.
2-length vector with limits for the x axis. If omitted, a sensible default is calculated.
logical; whether to draw the BECs
Line type specification for drawing the BEC reference line.
Arguments passed to plot.default
.
Sebastian P. Luque spluque@gmail.com