match.order: <Deprecated> Return index numbers of the target sequence...

View source: R/algorithm.R

match.orderR Documentation

<Deprecated> Return index numbers of the target sequence which is matching to the obj,

Description

Find index number at which trg is equal to obj. Return 0 if it is not found in trg, and return NA if it has been multitmes found.

Usage

match.order(from, trg)

Arguments

from

Value, vector or matrix

trg

Target sequence

Value

Found once: Index numbers, Found multiple times: NA, Didn't find: 0


hmito/hmRLib documentation built on March 13, 2024, 9:41 p.m.