Description Usage Arguments Value Examples
View source: R/revigo_treemap.R
Plot Revigo Treemap
1 | revigo_treemap(data_dir, ...)
|
data_dir |
Directory to store revigo scripts and output files |
... |
additional arguments to |
treemap plot
1 2 3 4 | data(go_up1)
data_dir <- tempdir()
scrape_revigo(data_dir, go_up1)
revigo_treemap(data_dir, palette = "Accent", border.lwds = c(1,1), border.col = '#333333', fontcolor.labels = c('#333333', 'white'))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.