Kan*_*ian 3 r special-characters
我正在尝试在我的一张 R 图中使用注册的商标符号。有没有办法通过代码或其他标识符来呈现这些特殊字符?
谢谢!
您可以将它们包含在字符串中。您可以将实际字符放入字符串中或使用 unicode 转义
\n\nlayout(matrix(1:4, ncol=2))\nplot(1,1,main="Registered\xc2\xae")\nplot(1,1,main="Registered\\U00AE")\nplot(1,1,main="TradeMark\xe2\x84\xa2")\nplot(1,1,main="TradeMark\\U2122")\nRun Code Online (Sandbox Code Playgroud)\n\n
| 归档时间: |
|
| 查看次数: |
2032 次 |
| 最近记录: |