I'm working on some tweets and using text mining techniques.
I used the following command, and the plot is unreadable because the font size is so small. How can I fix it?
plot(tdm, term = freq.terms, corThreshold = 0.95, ps=30)
I'm working on some tweets and using text mining techniques.
I used the following command, and the plot is unreadable because the font size is so small. How can I fix it?
plot(tdm, term = freq.terms, corThreshold = 0.95, ps=30)
I don't necessarily have your data but here is a generic line of code to work with. The key is in the attributes "attrs" and setting the "fontsize" to whatever works for your tdm. Messing around with the corlimit and lowfreq will help reduce or increase the amount nodes and connecting lines, which also affect font sizing. I would just create the plot with the parameters you or your client want, then increasing the font in the attributes line.
The following is with the font and attributes line
The same plot without the attribute line