gpt4 book ai didi

r - text() 在 R 图中显示带下标的希腊字母

转载 作者:行者123 更新时间:2023-12-05 00:53:31 25 4
gpt4 key购买 nike

我想知道如何让字母“ sigma ”出现在希腊语中 带下标 m ”在文本() 的一部分R 代码如下?:

curve(dnorm(x,175.3,.961),160,190,type="l")

sigmam <- dnorm(177.4,175.3,.961)/ dnorm(177.4,176,4)

text(165,.285,paste("sigmam", "=", round(1/sigmam,digits=2)))

最佳答案

退房 ?plotmath有关如何将此类事情拼凑在一起的相关示例。例如,这是改编自“## 如何结合“数学”和数字变量:”

curve(dnorm(x,175.3,.961),160,190,type="l")
sigmam <- dnorm(177.4,175.3,.961)/ dnorm(177.4,176,4)

text(165,.285, bquote(Sigma[m] == .(round(sigmam,2))))

enter image description here

关于r - text() 在 R 图中显示带下标的希腊字母,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41213409/

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