View source: R/math-related-functions.R
one_peak | R Documentation |
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.
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)
input |
Numeric vector. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.