Description Usage Arguments Details Value Author(s) References Examples
View source: R/RetentionIndex.R
Determine the non-isothermal (temperature-programmed) gas chromatographic retention index of a target compound based on the retention times of adjacent n-alkanes.
1 | RetentionIndex(n, target, preceding, following)
|
n |
the number of carbon atoms in the n-alkane eluting prior to the target compound. |
target |
the retention time of the target compound |
preceding |
the retention time of the n-alkane eluting prior to the target compound. |
following |
the retention time of the n-alkane eluting after the target compound. |
The retention time units can be either seconds or minutes, but should be consistent. The n-alkanes eluting before and after the target compound should differ by one carbon atom. This equation does not apply to isothermal separations or when the n-alkane series contains only odd or even carbon atoms.
A vector giving the retention index.
Nathan G. Dodder
Van Den Dool H, Kratz PD, Journal of Chromatography, 1963, 11, 463-471.
1 | RetentionIndex(8, 30, 28, 33)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.