normalizeWordcount: normalizeWordCount Create frequency-count table from a set of...

Description Usage Arguments Value

View source: R/normalizeWordCount.R

Description

normalizeWordCount Create frequency-count table from a set of characters which are normalized as percentage of total corpus

Usage

1
normalizeWordcount(words, ntop = 50, logTwo = FALSE)

Arguments

words

character, description of vector [Default]

ntop

numeric, return only N top words [50]

logTwo

boolean, apply a log2 transformation [FALSE]

Value

table, frequency-count table


palmid documentation built on Oct. 15, 2021, 9:06 a.m.