Description Usage Arguments Details Value See Also Examples
Plots a heatmap, that shows the predictions of a PredictionMap object and the real labels in a cross-validation or reclassification experiment.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
x |
A PredictonMap object as it is returned by |
xlab |
A title for the x axis (see |
ylab |
A title for the y axis (see |
main |
See |
las |
See |
srt |
Angle used to rotate the strings of the x-axis and y-axis labels (see |
cex |
See |
cex.lab |
See |
label.colors |
A vector of the color for the class labels. If NULL, automatically use rainbow color scheme. |
plot.sampleIDs |
Specifices if the sample IDs should be plotted along the x axis (TRUE or FALSE). |
plot.cv.runs, |
Specifices if the cross-validation runs should be plotted (TRUE or FALSE). Cross-validation runs are visually separated by straight lines. |
plot.class.labels |
Specificies if the numerical class labels should additionally plotted (TRUE or FALSE). |
... |
Further arguments passed from other methods. |
This function plots a heatmap with color-decoded predictions made by the specified classifier. Here, the rows indicate the different binary base classifiers and the columns the samples in the specified resampling experiment (reclassification or cross-validation). Labels are visualized in the top row and decoded color-wise.
No return value, called to a heatmap plot of the predictionMap Object.
1 2 3 4 5 6 7 8 9 10 11 12 13 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.