Smoothing the RTCA cell impedance measurement
平滑的RTCA单元阻抗测量
用法----------Usage----------
smoothTransform(object, ...)
参数----------Arguments----------
参数:object
An object of RTCA
一个RTCA的对象
参数:...
Parameters passed to smooth.spline
参数传递smooth.spline
Details
详情----------Details----------
smoothTransform smooths the RTCA cell impedance measurement by calling the function smooth.spline. This feature can be useful for visualiation purposes and in conjuction with other transformations.
smoothTransform平滑调用函数smooth.spline的RTCA单元阻抗测量。此功能可以是有用的,为visualiation用途,并在与其他变革一起选择。
值----------Value----------
An RTCA object populated with smoothed values
RTCA对象填充平滑值
注意----------Note----------
ratioTransform performs ratio transformation recommended by the machine provider. interpolationTransform for interpolating the RTCA data. derivativeTransform returns cell impedance change rates and rgrTransform calculates relative growth rate.
ratioTransform执行机供应商建议的转化率。 interpolationTransform插RTCA数据。 derivativeTransform返回单元阻抗变化率rgrTransform计算相对生长速率。
作者(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)