eightMethodsMEE | R Documentation |
Use all eight of the methods described in MEE paper to fit size spectra to a vector of body masses. Data could be lengths but then the LBmiz, LBbiom and LBNbiom methods are meaningless.
eightMethodsMEE(x, num.bins = 8, b.only = FALSE)
x |
vector of individual body masses |
num.bins |
suggested number of bins for Llin, LT and LTplus1 methods |
b.only |
TRUE only returns slope or b plus confidence intervals, else return full details |
If b.only
is TRUE then return a list with each element (one for
each method) being a
vector the slope or b followed by its confidence interval.
If b.only
is FALSE then return list of full results (need to specify
here – see example in vignette MEE_reproduce_1
).
Andrew Edwards
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.