Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图通过 R 中的圆圈表示文本中提及单词的次数。我目前有一个名为 allwords 的二维数组,其中包含这些单词(总共 15 个),然后是它们被提及的次数。例如
allwords[1]= 谢谢 ......................255
我看过plotrix,但我似乎想不出如何使用这个包使圆圈不重叠?我知道每个圆圈的大小是 sqrt(numberoftimes/pi) 任何帮助解决这个问题将不胜感激。谢谢!艾伦。