sliceRTCA(RTCA)
sliceRTCA()所属R语言包:RTCA
SLICE RTCA OBJECT WITH TIME
随着时间的推移切片RTCA对象
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Subset (slice) RTCA object with starting- and ending-time
子集(片)RTCA对象的开始和结束时间
用法----------Usage----------
sliceRTCA(x, start, end)
参数----------Arguments----------
参数:x
An object of RTCA
一个RTCA的对象
参数:start
numeric, start time
数字,开始时间
参数:end
numeric, end time
数字,结束时间
Details
详情----------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
一个RTCA的对象
作者(S)----------Author(s)----------
Jitao David Zhang <a href="mailto:jitao_david.zhang@roche.com">jitao_david.zhang@roche.com</a>
举例----------Examples----------
require(RTCA)
ofile <- system.file("/extdata/testOutput.csv", package="RTCA")
x <- parseRTCA(ofile)
subx <- sliceRTCA(x, 20, 50)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|