PlotHelpers {cheddar} | R Documentation |
Plot helpers
Description
Functions that are useful for customising plots and for creating your own plot functions.
Usage
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)
Arguments
community |
an object of class |
name |
the name that appears in the label. |
units |
the units that appears in the label. |
x |
x values. |
y |
y values. |
xlim |
limits of the x axis. |
ylim |
limits of the y axis. |
models |
a |
colour.spec |
either |
col |
plot colours. |
model |
an |
slope.95.ci |
logical - if |
ci.plus.minus.style |
logical - if |
r |
logical - if |
r.squared |
logical - if |
model.var.names |
logical - if |
dp |
the number of decimal places to which values are presented. |
... |
other values passed to plotting functions. |
Author(s)
Lawrence Hudson
See Also
Community
,
DefaultCategoryColours
,
NvMLinearRegressions
,
LinearRegressionByClass
,
lm