You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to create a wordcloud in which the most used words are displayed by groups. Unfortunately, the maximum number of words is not evenly split between the groups like it is writen at the docs: "The maximum frequency will be split evenly across categories when comparison = TRUE.". I couldn't quite figure out what the split is based on, but it seems to have something to do with the relative importance of the words within each group.
My expectation is that max.words describes either the maximlae number of words per group or the maximum number of words in total but then split evenly between the groups.
Describe the bug
I would like to create a wordcloud in which the most used words are displayed by groups. Unfortunately, the maximum number of words is not evenly split between the groups like it is writen at the docs: "The maximum frequency will be split evenly across categories when comparison = TRUE.". I couldn't quite figure out what the split is based on, but it seems to have something to do with the relative importance of the words within each group.
Reproducible code
Dataset: https://dataverse.harvard.edu/dataset.xhtml?persistentId=doi:10.7910/DVN/L4OAKN
Expected behavior
My expectation is that max.words describes either the maximlae number of words per group or the maximum number of words in total but then split evenly between the groups.
System information
The text was updated successfully, but these errors were encountered: