.grepAcquDoubleValue {readBrukerFlexData}R Documentation

Extracts values from acqu file.

Description

This function is a helper function to extract double values from acqu file.

Usage

.grepAcquDoubleValue(patternStr, srcStr)

Arguments

patternStr

character, pattern to look for

srcStr

character where to look for patternStr

Value

double vector of the value given in patternStr

See Also

.grepAcquValue, .readAcquFile


[Package readBrukerFlexData version 1.9.3 Index]