Plot fitted Poisson mixture model and data
# S4 method for nls,data.frame
plotBouts(fit, obj, bec.lty = 2, ...)# S4 method for nls,Bouts
plotBouts(fit, obj, bec.lty = 2, ...)
# S4 method for mle,numeric
plotBouts(fit, obj, xlab = "x", ylab = "Log Frequency", bec.lty = 2, ...)
# S4 method for mle,Bouts
plotBouts(fit, obj, xlab = "x", ylab = "Log Frequency", bec.lty = 2, ...)
Object of class nls or mle.
Object of class Bouts,
data.frame with columns named lnfreq and
x (when fit -> nls object, or numeric vector (valid
when fit -> mle object.
Line type specification for drawing the BEC reference line.
Arguments passed to plot.default.
Label for x and y axis, respectively.
fit = nls,obj = data.frame: Plot fitted nls model on data.frame
object
fit = nls,obj = Bouts: Plot fitted nls model on Bouts
object
fit = mle,obj = numeric: Plot fitted mle model on numeric
object
fit = mle,obj = Bouts: Plot fitted mle model on Bouts
object
Sebastian P. Luque spluque@gmail.com
boutfreqs, fitNLSbouts,
    fitMLEbouts