CalibrationCurve | R Documentation |
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
)
stability |
output of |
bty |
character string indicating if the box around the plot should be
drawn. Possible values include: |
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 |
lines |
logical indicating if the points should be linked by lines. Only
used if |
col |
vector of colours. |
legend |
logical indicating if the legend should be included. |
ncol |
integer indicating the number of columns in the legend. |
a calibration curve.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.