gpt4 book ai didi

r - R代码中的异常表达式 "~~~"有什么作用?

转载 作者:行者123 更新时间:2023-12-01 11:16:41 25 4
gpt4 key购买 nike

就像在这段代码中,“~~~”(三个波浪号)是什么意思?

plot.ts(x1, ylim=c(-10,10), main=expression(omega==6/100~~~A^2==13))

最佳答案

来自 ?plotmath

x ~~ y put extra space between x and y

三个波浪字符可以放置更多空间。

plot(0, main = a * b ~ c ~~ d ~~~ e, cex.main = 3)

screenshot

关于r - R代码中的异常表达式 "~~~"有什么作用?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49955488/

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