filter_measurement_names {MultIS}R Documentation

Splits a vector of strings by a given regexp, selects and rearranges the parts and joins them again

Description

Splits a vector of strings by a given regexp, selects and rearranges the parts and joins them again

Usage

filter_measurement_names(dat, elems = c(1, 3), by = "_")

Arguments

dat

The readout matrix to filter.

elems

The elements to select. They are rearrange in the order that is given via this argument.

by

The string used for splitting the names of the columns.

Value

A matrix where the names of the columns are split by the given string, rearranged and again joined by the string.


[Package MultIS version 0.6.2 Index]