Description Usage Arguments Details Value Note Author(s) Examples
Smoothing the RTCA cell impedance measurement
1 | smoothTransform(object, ...)
|
object |
An object of |
... |
Parameters passed to |
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.
An RTCA
object populated with smoothed values
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.
Jitao David Zhang jitao_david.zhang@roche.com
1 2 3 4 5 6 | require(RTCA)
ofile <- system.file("/extdata/testOutput.csv", package="RTCA")
x <- parseRTCA(ofile)
xSmooth <- smoothTransform(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.