gpt4 book ai didi

r - 如何更改 ggplot2 R 中 stat_poly_eq 的字体大小

转载 作者:行者123 更新时间:2023-12-04 14:21:37 30 4
gpt4 key购买 nike

我在 say p 中存储了一个 ggplot,并希望添加一个 poly_stat_eq 层来显示曲线方程。我想更改文本的字体大小,但找不到有关如何实现它的文档

p + 
stat_poly_eq(formula = y ~ x,
aes(label = paste(..eq.label.., ..rr.label.., sep = "~~~")),
label.x = 4, label.y = -5, parse = TRUE)

最佳答案

你可以设置size = some real number。在你的情况下,这看起来像

 p + 
stat_poly_eq(formula = y ~ x,
aes(label = paste(..eq.label.., ..rr.label.., sep = "~~~")),
label.x = 4, label.y = -5, parse = TRUE, size = 2.4)

只需将 size = 后面的数字更改为您想要的任何数字即可。 ggpmisc 附加示例页面也是查看的好地方。你可以找到here .我希望这会有所帮助。

关于r - 如何更改 ggplot2 R 中 stat_poly_eq 的字体大小,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54140030/

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