Learn R Programming

trackeR (version 1.0.0)

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, control = list(...),
  ...)

Arguments

object

An object of class conProfile as returned by concentrationProfile.

session

A numeric vector of the sessions to be selected and smoothed. Defaults to all sessions.

control

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

...

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

See Also

smootherControl.distrProfile