change specific word color in wordcloud
I would like to build a word cloud with R (I have done so with the package wordcloud ) and then color specific words a certain color. Currently the behavior of the function is to color words according to frequency (which can be useful) but word size already does this so I'd want to use color for additional meaning. Any idea on how to color specific words in wordcloud? (If there's another wordcloud function in R I'm unaware of I'm more than willing to go that route.) A mock example and my attempt (I tried to treat the color argument in the same manor I would a regular plot from the plot