gpt4 book ai didi

R {wordcloud}包,scale中的值代表什么?

转载 作者:行者123 更新时间:2023-12-02 03:20:59 25 4
gpt4 key购买 nike

这似乎是一个简单的问题,但我似乎无法在任何地方找到答案。在 R {wordcloud} 包的 wordcloud 函数中,有一个可以输入的比例值。完整的文档(此处: https://cran.r-project.org/web/packages/wordcloud/wordcloud.pdf )说:“长度为 2 的向量,指示单词大小的范围。”

但我似乎无法理解这些值,而且我找不到任何其他文档。例如,示例有 scale=c(4,.5)scale=c(8,.3)。这些数字意味着什么?

我已经搞乱了一些不同的值,但我似乎无法弄清楚其中的模式。预先感谢您的任何帮助,赛斯

最佳答案

wordcloud内部计算

size <- (scale[1] - scale[2]) * normedFreq + scale[2]

其中size的2个元素用于设置strheightstrwidth。这些是 graphics 值,描述如下:

These functions compute the width or height, respectively, of the given strings or mathematical expressions s[i] on the current plotting device in user coordinates, inches or as fraction of the figure width par("fin").

长话短说,就是高度和宽度。

关于R {wordcloud}包,scale中的值代表什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38335444/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com