View source: R/maxBestimation.R
ggplotMLL_maxB | R Documentation |
Plots a maximum biomass estimated at maximum 'cover' (or dominance) levels as a function of age.
ggplotMLL_maxB(
mll,
data,
maxCover = 1L,
xCovar = "age",
plotTitle = NULL,
nonLinModelQuoted,
linModelQuoted,
averageCovariates = TRUE,
observedAge = FALSE,
plotCIs = TRUE
)
mll |
a named list with outputs of an |
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 ( |
maxCover |
numeric. Value indicating maximum cover/dominance. |
xCovar |
the variable shown in the x axis. Defaults to |
plotTitle |
character. Passed to |
nonLinModelQuoted |
a named list of non-linear equations as a |
linModelQuoted |
A named list of lists of linear equations/modes relating each
parameter ('A', 'p' and 'k') with a set of covariates. A |
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? |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.