View source: R/drawWordcloud.R
meshTable | R Documentation |
Build a two-column word/frequency table
meshTable(
RAVmodel,
ind,
rm.noise = NULL,
weighted = TRUE,
filterMessage = TRUE
)
RAVmodel |
A PCAGenomicSignatures object |
ind |
An index of RAV |
rm.noise |
An integer. Under the default ( |
weighted |
A logical. If |
filterMessage |
A logical. Under the default |
A table with two columns, word
and freq
. MeSH terms in
the defined RAV (by ind
argument) is ordered based on their frequency.
data(miniRAVmodel)
meshTable(miniRAVmodel,1139)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.