GetPeakParametersFromH5: Peak parameters from HDF5 data file.

View source: R/RcppExports.R

GetPeakParametersFromH5R Documentation

Peak parameters from HDF5 data file.

Description

GetPeakParametersFromH5 reads peak parameters from the data file.

Usage

GetPeakParametersFromH5(Filename, PeakIndex = -1L)

Arguments

Filename

Path/filename of the HDF5 file.

PeakIndex

Index of peak (zero-based numbering). If index is -1 (default), peak parameters of all peaks are read.

Value

A list with the peak paramters label, mass, loMass and hiMass.

Examples

## Not run: 
GetPeakParametersFromH5("path/to/file.h5")

## End(Not run)

pasturm/TofDaqR documentation built on March 29, 2024, 12:10 a.m.