get_vertex: Fit a parabola through three points

View source: R/PEC_soil.R

get_vertexR Documentation

Fit a parabola through three points

Description

This was inspired by an answer on stackoverflow https://stackoverflow.com/a/717791

Usage

get_vertex(x, y)

Arguments

x

Three x coordinates

y

Three y coordinates


jranke/pfm documentation built on March 14, 2024, 3:18 a.m.