rowMatch: Identify whether every row of x is same as m;

View source: R/Func_Misc.R

rowMatchR Documentation

Identify whether every row of x is same as m;

Description

Identify whether every row of x is same as m;

Usage

rowMatch(x, m)

Arguments

x

Row vector

m

Matrix

Value

TRUE/FALSE of matching

Examples

rowMatch(c(1, 1), cbind(1:10, 1:10))

SHUD-System/SHUDtoolbox documentation built on Nov. 27, 2024, 5:54 a.m.