参考手册
参考手册
实例 R 语言算术运算符大于等于
源代码
运行代码
5 >= 3 # returns TRUE because 5 is greater than, or equal, to 3
x
5
>=
3
# returns TRUE because 5 is greater than, or equal, to 3
输出结果
[1] TRUE