retention_times: Get the retention time for each frame.

View source: R/opentimsr.R

retention_timesR Documentation

Get the retention time for each frame.

Description

Get the retention time for each frame.

Usage

retention_times(opentims)

Arguments

opentims

Instance of OpenTIMS.

Value

Retention times corresponding to each frame.

Examples

## Not run: 
D = OpenTIMS('path/to/your/folder.d')
print(retention_times(D)) 

## End(Not run)

opentimsr documentation built on March 30, 2022, 1:06 a.m.