Creates a calibration curve for consensus clustering.
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
)
a calibration curve.
output of VariableSelection
,
GraphicalModel
or BiSelection
.
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).
label of the x-axis.
label of the y-axis.
font size for axes.
font size for labels.
font size for text legend entries.
type of point, as in points
.
logical indicating if the points should be linked by lines. Only
used if stability
is the output of BiSelection
or
Clustering
.
vector of colours.
logical indicating if the legend should be included.
integer indicating the number of columns in the legend.