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 May 29, 2024, 7:10 a.m.