CalibrationCurve: Calibration curve (internal)

View source: R/calibration.R

CalibrationCurveR Documentation

Calibration curve (internal)

Description

Creates a calibration curve for consensus clustering.

Usage

CalibrationCurve(
  stability,
  bty = "o",
  xlab = NULL,
  ylab = NULL,
  cex.axis = 1,
  cex.lab = 1.5,
  cex.legend = 1.2,
  pch = 19,
  lines = TRUE,
  col = NULL,
  legend = TRUE,
  ncol = 1
)

Arguments

stability

output of VariableSelection, GraphicalModel or BiSelection.

bty

character string indicating if the box around the plot should be drawn. Possible values include: "o" (default, the box is drawn), or "n" (no box).

xlab

label of the x-axis.

ylab

label of the y-axis.

cex.axis

font size for axes.

cex.lab

font size for labels.

cex.legend

font size for text legend entries.

pch

type of point, as in points.

lines

logical indicating if the points should be linked by lines. Only used if stability is the output of BiSelection or Clustering.

col

vector of colours.

legend

logical indicating if the legend should be included.

ncol

integer indicating the number of columns in the legend.

Value

a calibration curve.


sharp documentation built on April 11, 2025, 5:44 p.m.