freqlist_diff | R Documentation |
This function merges information from two frequency lists, subtracting the frequencies found in the second frequency lists from the frequencies found in the first list.
freqlist_diff(x, y)
x, y |
Objects of class |
An object of class freqlist
.
(flist1 <- freqlist("A first toy corpus.", as_text = TRUE)) (flist2 <- freqlist("A second toy corpus.", as_text = TRUE)) freqlist_diff(flist1, flist2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.