Learn R Programming

palmid (version 0.0.3)

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

Description

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

Usage

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