Description Usage Arguments Value See Also
Combines the columns of a termco object. Generally intended for internal use but documented for completeness.
1 2 3 4 5 6 7 8 9 10 |
termco.object |
An object generated by either |
combined.columns |
The names/indexes of the columns to be combined. |
new.name |
A character vector of length one to name the new combined column. |
short.term |
logical. If |
zero.replace |
Value to replace zeros with. |
elim.old |
logical. If |
percent |
logical. If |
digits |
Integer; number of decimal places to round when printing. |
Returns a return a list, of class "termco"
, of data frames and
information regarding word counts:
raw |
raw word counts by grouping variable |
prop |
proportional word counts by grouping variable; proportional to each individual's word use |
rnp |
a character combination data frame of raw and proportional |
zero_replace |
value to replace zeros with; mostly internal use |
percent |
The value of percent used for plotting purposes. |
digits |
integer value od number of digits to display; mostly internal use |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.