sliceRTCA {RTCA}R Documentation

SLICE RTCA OBJECT WITH TIME

Description

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

Usage

sliceRTCA(x, start, end)

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

  require(RTCA)
  
  ofile <- system.file("/extdata/testOutput.csv", package="RTCA")
  x <- parseRTCA(ofile)

  subx <- sliceRTCA(x, 20, 50)

[Package RTCA version 1.44.0 Index]