Description Usage Arguments Value
View source: R/filter_functions.R
Filters a matrix of readouts for the n biggest IS at a certain measurement
1 | filter_at_tp_biggest_n(data, at = "168", n = 50)
|
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. |
A matrix with only the n biggest IS at the selected measurements.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.