View source: R/drawWordcloud.R
drawWordcloud | R Documentation |
Plot a word cloud using the remaining MeSH terms in the selected RAV after user-defined filtering.
drawWordcloud(
RAVmodel,
ind,
rm.noise = NULL,
scale = c(3, 0.5),
weighted = TRUE,
drop = NULL,
filterMessage = TRUE
)
RAVmodel |
PCAGenomicSignatures object |
ind |
An index of the RAV you want to draw wordcloud. |
rm.noise |
An integer. Under the default ( |
scale |
A |
weighted |
A logical. If |
drop |
A character vector containing MeSH terms to be excluded from word
cloud. Under the default ( |
filterMessage |
A logical. Under the default |
A word cloud with the MeSH terms associated with the given cluster.
data(miniRAVmodel)
drawWordcloud(miniRAVmodel, 1139)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.