mat_filter: Matrix filtering

View source: R/RcppExports.R

mat_filterR Documentation

Matrix filtering

Description

Filtering matrix cells according to a threshold and replace them by a bouble.

Usage

mat_filter(m, threshold, replace)

Arguments

m

a matrix.

threshold

a value above wich the cells of the matrix will be keep.

replace

a doubl eindicating the value by which replace the replace elements.

Value

A matix.

Author(s)

Sebastian Sosa, Ivan Puga-Gonzales.


SebastianSosa/ant documentation built on Sept. 23, 2023, 7:06 a.m.