blob: 5f2b18bd4bb917bf347a7c51aadabd7bf3ab4d58 (
plain) (
tree)
|
|
# Fit a parabola through three points
This was inspired by an answer on stackoverflow
https://stackoverflow.com/a/717791
## Usage
``` r
get_vertex(x, y)
```
## Arguments
- x:
Three x coordinates
- y:
Three y coordinates
|