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