Log10BLabel(community, name = "italic(B)", units = with(CPS(community),
paste(M.units, "~", N.units)))
Log10MLabel(community, name = "italic(M)", units = CPS(community)$M.units)
Log10NLabel(community, name = "italic(N)", units = CPS(community)$N.units)DefaultCategoryColours()
DefaultCategoryLabelColours()
DefaultCategorySymbols()
DefaultLinkColour()
PlaceMissingPoints(x, xlim, y, ylim)
LMabline(model, ...)
PlotLinearModels(models, colour.spec, col, ...)
FormatLM(model, slope.95.ci = FALSE, ci.plus.minus.style = FALSE,
r = FALSE, r.squared = TRUE, model.var.names = TRUE, dp = 2)
Community.list of lm objects to be plotted.NULL or a named vector that maps values
of colour.by to plotting values; defaults to the vector returned
by DefaultCategoryColours.lm object for which a textual description is
assembled.TRUE then the 95% confidence
intervals are included in the description.TRUE then the 95% confidence
intervals are shown by a `plus-minus' sign. If FALSE then the
confidence intervals are shown by an upper and lower bound.TRUE then `r' is included in the description.TRUE then `r squared' is included in the
description.TRUE then the names of the
dependent and independent variables fitted in the model are included
in the description. If FALSE, the names `x' and `y' are used.Community,
DefaultCategoryColours,
NvMLinearRegressions,
LinearRegressionByClass,
lm