| plotBouts,nls,data.frame-method {diveMove} | R Documentation |
Plot fitted Poisson mixture model and data
## S4 method for signature 'nls,data.frame' plotBouts(fit, obj, bec.lty = 2, ...) ## S4 method for signature 'nls,Bouts' plotBouts(fit, obj, bec.lty = 2, ...) ## S4 method for signature 'mle,numeric' plotBouts(fit, obj, xlab = "x", ylab = "Log Frequency", bec.lty = 2, ...) ## S4 method for signature 'mle,Bouts' plotBouts(fit, obj, xlab = "x", ylab = "Log Frequency", bec.lty = 2, ...)
fit |
Object of class |
obj |
Object of class |
bec.lty |
Line type specification for drawing the BEC reference line. |
... |
Arguments passed to |
xlab, ylab |
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