sliceRTCA {RTCA} | R Documentation |
Subset (slice) RTCA object with starting- and ending-time
sliceRTCA(x, start, end)
x |
An object of |
start |
numeric, start time |
end |
numeric, end time |
In case the exact starting- or ending-time is not matched, the nearest time point will be used to subset.
An object of RTCA
Jitao David Zhang jitao_david.zhang@roche.com
require(RTCA) ofile <- system.file("/extdata/testOutput.csv", package="RTCA") x <- parseRTCA(ofile) subx <- sliceRTCA(x, 20, 50)