plot.lmmHeterosced: Plot of lmmHeterosced object

View source: R/lmmHeterosced.R

plot.lmmHeteroscedR Documentation

Plot of lmmHeterosced object

Description

plot method for class 'lmmHeterosced'.

Usage

## S3 method for class 'lmmHeterosced'
plot(
  x,
  x_axis,
  col_data = "grey",
  col_expectation = "black",
  col_sd = "blue",
  xlab = NULL,
  ylab = NULL,
  ...
)

Arguments

x

An object of class 'lmmHeterosced'.

x_axis

The name of the explanatory variable that should be plotted.

col_data

The colour of the datapoints.

col_expectation

The colour of the regression line showing the expectation

col_sd

The colour of the regression lines showing +/- one standard deviation

xlab

as in plot.

ylab

as in plot.

...

Additional arguments passed to plot.

col

as in plot.

Details

Plots the regression fitted by the lmmHeterosced function.

Value

plot returns a plot of the lmmHeterosced regression.

Author(s)

Geir H. Bolstad

Examples

# See the vignette 'lmmHeterosced'.

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