powered by
Find points of inversion of a curve.
find_inversions(x)
Vector of inversion points.
A numeric vector.
x <- sin(seq(0, 4 * pi, length.out = 100)) plot(x, type = "b") find_inversions(x)
Run the code above in your browser using DataLab