Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

adaptive_smoothing

Custom smoothing


Description

Generic implementation of the custom smoothing method

Usage

adaptive_smoothing(
  x,
  y,
  zero.limit.cnst = max(y) * 1e-04,
  smooth.limit = 0.001,
  smooth.threshold = max(y) * 0.1,
  ...
)

Arguments

x, y

numeric vectors of equal length.

zero.limit

numeric vector of length one or of the same leangth as x and y. Smaller values in y are forced to zero.

smooth.limt

numeric mad/median value above which no smoothing is applied.

smooth.thershold

numeric y value above which no smoothing is applied.


photobiology

Photobiological Calculations

v0.10.10
GPL (>= 2)
Authors
Pedro J. Aphalo [aut, cre] (<https://orcid.org/0000-0003-3385-972X>), Titta K. Kotilainen [ctb] (<https://orcid.org/0000-0002-2822-9734>), Glenn Davis [ctb], Agnese Fazio [ctb]
Initial release
2022-03-24

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.