View source: R/zero_crossings.R
find_inversions | R Documentation |
Find points of inversion of a curve.
find_inversions(x)
x |
A numeric vector. |
Vector of inversion points.
x <- sin(seq(0, 4 * pi, length.out = 100))
plot(x, type = "b")
find_inversions(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.