relativeFrequencies: Function to calculate the relative frequencies, given two...

Description Usage Arguments Examples

Description

Function which, given two word frequency data frames generated by frequencies() and the mergeWF() function, returns a data frame with the tokens and their relative frequencies

Usage

1
relativeFrequencies(newWordFreqA, newWordFreqB)

Arguments

newWordFreqA,

the target word frequency data frame

newWordFreqB,

the reference word frequency data fram

Examples

1
relativeFrequencies(newWordFrequenciesA, newWordFrequenciesB)

mouse0/suicideProject documentation built on May 3, 2019, 5:19 p.m.