smoother.conProfile {trackeR} | R Documentation |
Smoother for concentration profiles.
Description
To ensure positivity of the smoothed concentration profiles, the concentration profiles are transformed to distribution profiles before smoothing. The smoothed distribution profiles are then transformed to concentration profiles.
Usage
## S3 method for class 'conProfile'
smoother(object, session = NULL, what = NULL, control = list(...), ...)
Arguments
object |
An object of class |
session |
A numeric vector of the sessions to be selected and smoothed. Defaults to all sessions. |
what |
A character version of the variables to be selected and
smoothed. Defaults to all variables in |
control |
A list of parameters for controlling the smoothing
process. This is passed to
|
... |
Arguments to be used to form the default |
See Also
[Package trackeR version 1.6.0 Index]