standards_other {crmn}R Documentation

Accessor for the Internal Standards

Description

Subset an data set to only contain the labeled internal standards.

Usage

standards_other(object, standards, ...)

Arguments

object

an matrix or data.frame

standards

a logical vector indicating which rows are internal standards

...

not used

Value

subsetted dataset

Author(s)

Henning Redestig

Examples

data(mix)
standards(exprs(mix), fData(mix)$tag == 'IS')

[Package crmn version 0.0.21 Index]