| conv2seconds {angstromATE} | R Documentation | 
Convert Time String to Numeric
Description
Convert Time String to Numeric
Usage
conv2seconds(strTime)
Arguments
| strTime | a string with time | 
Value
a numeric value in units of seconds
Author(s)
Thomas Gredig
Examples
conv2seconds("00:35:40.1816298")
conv2seconds("00:35:40.1816298") - conv2seconds("00:36:40.1816298")
conv2seconds("1.19:07:06.5180408")
[Package angstromATE version 0.1.2 Index]