plot.regDIF: Plot function for regDIF function

View source: R/plot.regdif.R

plot.regDIFR Documentation

Plot function for regDIF function

Description

Plot function for regDIF function

Usage

## S3 method for class 'regDIF'
plot(x, y = NULL, method = "bic", color.seed = 123, legend.plot = TRUE, ...)

Arguments

x

Fitted regDIF model object.

y

Unused for plotting regDIF model object.

method

Fit statistic to use for identifying DIF effects in plot.

color.seed

Random seed to sample line colors and line types for DIF effects in plot.

legend.plot

Logical indicating whether to plot a legend. Default is TRUE.

...

Additional arguments to be passed through to plot.

Value

a "plot" object for a "regDIF" fit


regDIF documentation built on May 29, 2024, 9:31 a.m.