参考手册
参考手册
实例 R 语言算术运算符幂
源代码
运行代码
2 ^ 5 # same as 2*2*2*2*2
x
2
^
5
# same as 2*2*2*2*2
输出结果
[1] 32