gpt4 book ai didi

r - R 图中的下标

转载 作者:行者123 更新时间:2023-12-03 04:59:06 24 4
gpt4 key购买 nike

我找不到如何在 R 中的标题或副标题中编写下标。如何以 1,2 作为下标写出 v 1,2?

感谢您的帮助!

最佳答案

表达式是你的 friend :

plot(1,1, main=expression('title'^2))  #superscript
plot(1,1, main=expression('title'[2])) #subscript

关于r - R 图中的下标,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10156417/

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