algohistogram | R Documentation |
Can be used for .g. histograms.
algohistogram(bic)
bic |
A list of bicluster objects. |
A character vector with the extracted biclustering algorithms used for each bicluster of the input list.
m <- matrix(seq(1:16), nrow=4) # m <- matrix(rnorm(10000), nrow=100) # bics <- c(run_fabia(m), run_isa(m), run_plaid(m)) # algohistogram(bics)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.