Value Matching
MATCH
is a generic function for value matching.
MATCH(x, table, nomatch = NA, ...) ## S3 method for class 'times' MATCH(x, table, nomatch = NA, units = "sec", eps = 1e-10, ...)
x |
an object. |
table |
the values to be matched against. |
nomatch |
the value to be returned in the case when no match is
found. Note that it is coerced to |
units |
See |
eps |
See |
... |
further arguments to be passed to methods. |
MATCH.times
is used for chron
objects. x
will
match any time in table
less than units
away.
MATCH(1:5, 2:3)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.