logicalMatch: logicalMatch

View source: R/RcppExports.R

logicalMatchR Documentation

logicalMatch

Description

Returns the rows for which all elements of a boolean matrix X are equal to the elements in boolean vector x

Usage

logicalMatch(X, x)

Arguments

X

matrix with booleans

x

vector of booleans

Value

numerical vector with indices of matching rows


lessSEM documentation built on Aug. 26, 2025, 1:07 a.m.