formatRt {MSnbase} | R Documentation |
Converts seconds to/from 'min:sec' format
formatRt(rt)
rt |
retention in seconds ( |
.
This function is used to convert retention times. Conversion is seconds to/from the more human friendly format "mm:sec".
A vector of same length as rt
.
Laurent Gatto <lg390@cam.ac.uk>
formatRt(1524) formatRt("25:24")