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

View source: R/normalizeWordCount.R

normalizeWordcountR Documentation

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


ababaian/palmid documentation built on July 1, 2023, 1:09 a.m.