ISOpure.util.matlab_greater_than: Greater than operator

Description Usage Arguments Value Author(s) Examples

Description

Greater than function that matches Matlab behaviour when one of the arguments is NA (i.e. returns FALSE instead of NA)

Usage

1

Arguments

a

A numeric value (including Inf) or NA

b

A numeric value or NA

Value

Logical: TRUE if a > b, FALSE if a <= b OR if one of a, b is NA or NaN

Author(s)

Catalina Anghel

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12

ISOpureR documentation built on May 11, 2019, 1:02 a.m.