RTCAtimeline-class(RTCA)
RTCAtimeline-class()所属R语言包:RTCA
Class "RTCAtimeline"
类“RTCAtimeline”
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Time line of actions performed by the xCelligence device,
时间线执行的操作由xCelligence设备,
类的对象----------Objects from the Class----------
Objects can be created by calls of the form new("RTCAtimeline"). However, it is more common to be called implicitly by creating an instance of RTCA object.
创建对象可以通过检测的形式new("RTCAtimeline")。然而,它是较常见的被称为隐式创建RTCA对象的实例。
插槽----------Slots----------
actionTrack: Object of class "data.frame", records action track in the form of two-column data.frame. The two columns must have the names
actionTrack类"data.frame",在两列data.frame的形式记录行动轨迹的对象。两列必须有名称
timeUnit: Object of class "character", recording the unit of time points stored in the actionTrack
timeUnit:Object类的"character",记录单位时间点存储在actionTrack
startTime: Object of class "POSIXct", the absolute time when the measurement started (at the time point "0")
startTime:对象类"POSIXct",测量开始时的绝对时间(时间点0)
方法----------Methods----------
addAction signature(object = "RTCAtimeline", time =
addAction的<code>签名(对象=的“RTCAtimeline”,时间=
actionTrack signature(object = "RTCAtimeline"): get
actionTracksignature(object = "RTCAtimeline"):得到
actionTrack<- signature(object = "RTCAtimeline", value
<actionTrack - 的<code>签名(对象=“RTCAtimeline”,价值
getAction signature(object = "RTCAtimeline", time = "numeric"): get
getActionsignature(object = "RTCAtimeline", time = "numeric"):得到
orderAction signature(object = "RTCAtimeline"): order
orderActionsignature(object = "RTCAtimeline"):订单
reset signature(object = "RTCAtimeline"): undo all
重置signature(object = "RTCAtimeline"):撤消所有
rmAction signature(object = "RTCAtimeline", time = "numeric"): remove
rmActionsignature(object = "RTCAtimeline", time = "numeric"):删除
timeUnit signature(object = "RTCAtimeline"): return the
TimeUnit的signature(object = "RTCAtimeline"):返回
timeUnit<- signature(object = "RTCAtimeline", value = "character"): assign
TimeUnit的< - signature(object = "RTCAtimeline", value = "character"):分配
start signature(object = "RTCAtimeline"): return
开始signature(object = "RTCAtimeline"):返回
timeUnit<- signature(object = "RTCAtimeline", value = "character"): assign
TimeUnit的< - signature(object = "RTCAtimeline", value = "character"):分配
作者(S)----------Author(s)----------
Jitao David Zhang <a href="mailto:jitao_david.zhang@roche.com">jitao_david.zhang@roche.com</a>
参考文献----------References----------
参见----------See Also----------
RTCA
RTCA
举例----------Examples----------
tl <- new("RTCAtimeline")
show(tl)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|