# 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