filter_at_tp_biggest_n: Filters a matrix of readouts for the n biggest IS at a...

Description Usage Arguments Value

View source: R/filter_functions.R

Description

Filters a matrix of readouts for the n biggest IS at a certain measurement

Usage

1
filter_at_tp_biggest_n(data, at = "168", n = 50)

Arguments

data

The readout matrix to filter.

at

A filter for the columns/measurement. Only matching columns/measurements are considered, though all will be returned.

n

The number of biggest IS to return. If 'at' matches multiple columns/measurements, the 'rowSum()' over the columns/measurements will be used. For ties, more than 'n' IS may be returned.

Value

A matrix with only the n biggest IS at the selected measurements.


MultIS documentation built on Aug. 6, 2021, 5:07 p.m.