.MLLMaxBPartialPlotData | R Documentation |
Prepare data for model plotting
.MLLMaxBPartialPlotData(
mll,
nonLinModelQuoted,
linModelQuoted,
targetCovar = "cover",
fixMaxCover = TRUE,
maxCover = 1,
data,
fun = "mean",
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 |
targetCovar |
the covariate for which variation in maxB values will be shown.
Defaults to showing how maxB values change with "cover". All other covariates except
"age" are averaged. Age values are generated as |
fixMaxCover |
logical. If |
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 ( |
fun |
The function to apply when summarizing other variables. By default,
the all other variables except age are averaged ( |
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.