Description Usage Arguments Details Value Examples
Heatmap of multiple variable selections ordered by importance
1 | plot_heatmap(S, labels, nbcocluster = c(5, 5))
|
S |
list of variable selection indices |
labels |
labels of actual variable names corresponding to selection indices. |
nbcocluster |
bivariate vector c(number of variable clusters, number of selection clusters). The former number must be specified less than length(labels) and the latter must be less than length(S). |
The list of selected variables is converted to a length(labels)-by-length(S) binary heatmap where each entry is either 1 if variable is selected and 0 otherwise. To help visualize most important variables we perform coclustering of both selections and variables (with the blockcluster package).
plot of heatmap
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.