plot_abs_y: Plot of absolute y values

View source: R/lmmHeterosced.R

plot_abs_yR Documentation

Plot of absolute y values

Description

plot_abs_y plots the expected change in the absolute values of y from an object of class 'lmmHeterosced'.

Usage

plot_abs_y(
  mod,
  x,
  xlab = NULL,
  ylab = NULL,
  col = "grey",
  line_col = "black",
  cex.legend = 1,
  ...
)

Arguments

mod

An object of class 'lmmHeterosced'.

x

The name of the explanatory variable that should be plotted.

xlab

as in plot.

ylab

as in plot.

col

as in plot.

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 plot.

Value

A plot.

Author(s)

Geir H. Bolstad

Examples

# See the vignette 'Analyzing rates of evolution'.

GHBolstad/lmmHeterosced documentation built on Oct. 21, 2023, 12:22 p.m.