Description Usage Arguments Details Value Author(s) Examples
View source: R/RTCAfunctions.R
Subset (slice) RTCA object with starting- and ending-time
1 |
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
1 2 3 4 5 6 | require(RTCA)
ofile <- system.file("/extdata/testOutput.csv", package="RTCA")
x <- parseRTCA(ofile)
subx <- sliceRTCA(x, 20, 50)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.