trackeR (version 1.5.2)

smoother.conProfile: 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 conProfile
smoother(object, session = NULL, what = NULL,
  control = list(...), ...)

Arguments

object

An object of class conProfile as returned by concentration_profile.

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 object (what = NULL).

control

A list of parameters for controlling the smoothing process. This is passed to smoother_control.distrProfile.

...

Arguments to be used to form the default control argument if it is not supplied directly.

See Also

smoother_control.distrProfile