plotBouts,nls,data.frame-method {diveMove} | R Documentation |
Plot fitted Poisson mixture model and data
Description
Plot fitted Poisson mixture model and data
Usage
## 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, ...)
Arguments
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. |
Methods (by class)
-
fit = nls,obj = data.frame
: Plot fittednls
model ondata.frame
object -
fit = nls,obj = Bouts
: Plot fittednls
model onBouts
object -
fit = mle,obj = numeric
: Plot fittedmle
model onnumeric
object -
fit = mle,obj = Bouts
: Plot fittedmle
model onBouts
object
Author(s)
Sebastian P. Luque spluque@gmail.com
See Also
boutfreqs
, fitNLSbouts
,
fitMLEbouts
[Package diveMove version 1.6.2 Index]