Description Usage Arguments Value
View source: R/normalizeWordCount.R
normalizeWordCount Create frequency-count table from a set of characters which are normalized as percentage of total corpus
1 | normalizeWordcount(words, ntop = 50, logTwo = FALSE)
|
words |
character, description of vector [Default] |
ntop |
numeric, return only N top words [50] |
logTwo |
boolean, apply a log2 transformation [FALSE] |
table, frequency-count table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.