View source: R/lmmHeterosced.R
plot_abs_y | R Documentation |
plot_abs_y
plots the expected change in the absolute values of y from an object of class 'lmmHeterosced'
.
plot_abs_y(
mod,
x,
xlab = NULL,
ylab = NULL,
col = "grey",
line_col = "black",
cex.legend = 1,
...
)
mod |
An object of class |
x |
The name of the explanatory variable that should be plotted. |
xlab |
as in |
ylab |
as in |
col |
as in |
line_col |
The colour of the regression line. |
cex.legend |
A character expansion factor relative to current par("cex") for the printed parameters. |
... |
Additional arguments passed to |
A plot.
Geir H. Bolstad
# See the vignette 'Analyzing rates of evolution'.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.