sliceRTCA: SLICE RTCA OBJECT WITH TIME

Description Usage Arguments Details Value Author(s) Examples

View source: R/RTCAfunctions.R

Description

Subset (slice) RTCA object with starting- and ending-time

Usage

1

Arguments

x

An object of RTCA

start

numeric, start time

end

numeric, end time

Details

In case the exact starting- or ending-time is not matched, the nearest time point will be used to subset.

Value

An object of RTCA

Author(s)

Jitao David Zhang jitao_david.zhang@roche.com

Examples

1
2
3
4
5
6
  require(RTCA)
  
  ofile <- system.file("/extdata/testOutput.csv", package="RTCA")
  x <- parseRTCA(ofile)

  subx <- sliceRTCA(x, 20, 50)

RTCA documentation built on Nov. 8, 2020, 7:52 p.m.