Skip to contents

This function detects rows in a matrix where all values are below a specified threshold.

Usage

detect_row_matx_bellow_threshold(matrix, threshold)

Arguments

matrix

The input matrix

threshold

The threshold value

Value

A logical vector indicating rows below the threshold