one_peak: Fit a curve

View source: R/math-related-functions.R

one_peakR Documentation

Fit a curve

Description

Functions that return the numeric values of the respective mathematic function they are constructed of. Length and range of the return vector are equal to those of the input vector.

Usage

one_peak(input)

sharp_peak(input)

two_peaks(input)

linear(input)

sinus(input)

gradient(input)

log(input)

early_peak(input)

late_peak(input)

abrupt_ascending(input)

abrupt_descending(input)

immediate_ascending(input)

immediate_descending(input)

Arguments

input

Numeric vector.


kueckelj/confuns documentation built on June 28, 2024, 9:19 a.m.