.MLLMaxBplotData | R Documentation |
Prepare data for model plotting
.MLLMaxBplotData(
mll,
nonLinModelQuoted,
linModelQuoted,
maxCover,
data,
averageCovariates = TRUE,
observedAge = FALSE,
plotCIs = TRUE
)
mll |
outputs of an |
nonLinModelQuoted |
The non-linear equation as a |
linModelQuoted |
A list of linear equations/modes relating each
parameter ('A', 'p' and 'k') with a set of covariates. A |
maxCover |
numeric. Value indicating maximum cover/dominance. |
data |
data for estimation of maximum biomass. Should contain at least
an 'age' column. Note that other covariates will be averaged and 'cover' values
will be replaced with the maximum cover value ( |
averageCovariates |
should covariates other than age/cover be averaged for
biomass predictions? If not, for each age (at maximum cover) there will be as
many predictions as other covariate values. If |
observedAge |
should observed age values be used, or should these be generated
as |
plotCIs |
should confidence intervals be calculated and plotted? |
bbmle::mle2()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.