MATCH.NumericTimestamps function

Match Numeric Timestamps

Match Numeric Timestamps

S3 generic method for MATCH function supplied in the zoo package.

## S3 method for class 'NumericTimestamps' MATCH(x, table, nomatch = NA, ...)

Arguments

  • x: A numeric set of timestamps.
  • table: A set of regular numeric timestamps to match against.
  • nomatch: The value to be returned in the case when no match is found. Note that it is coerced to integer.
  • ...: Additional arguments passed to match.

Details

Numeric timestamps match if they agree to 8 significant digits.

Returns

Returns the index of the entry in table matched by each argument in x. If an entry has no match then nomatch is returned at that position.

See Also

MATCH

  • Maintainer: Steven L. Scott
  • License: LGPL-2.1 | MIT + file LICENSE
  • Last published: 2024-01-17

Useful links