实例 R 语言算术运算符小于等于

x
 
5 <= 3 # returns FALSE because 5 is neither less than or equal to 3
                    

输出结果

[1] FALSE