plotDQ2: DQ2 plot

plotDQ2R Documentation

DQ2 plot

Description

Plot of DQ2 of models with permuted response.

Usage

plotDQ2(
  object,
  breaks = 10,
  xlab = "DQ2",
  main = "DQ2 in models with permuted response",
  col = "blue",
  lty = "dashed",
  ...
)

## S4 method for signature 'ConsensusOPLS'
plotDQ2(
  object,
  breaks = 10,
  xlab = "DQ2",
  main = "DQ2 in models with permuted response",
  col = "blue",
  lty = "dashed",
  ...
)

Arguments

object

An object of class ConsensusOPLS.

breaks

See hist.

xlab

See hist.

main

See hist.

col

A color code or name for DQ2 in the optimal model. Default, 2. See abline.

lty

A line type code or name for DQ2 in the optimal model. Default, 2. See abline.

...

hist arguments.

Value

No return value, called for side effects.


ConsensusOPLS documentation built on April 3, 2025, 11:16 p.m.