aboutsummaryrefslogtreecommitdiff
path: root/man/get_vertex.Rd
blob: 519a4e38721988d1a8f7e2dde177abe80bda065d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/PEC_soil.R
\name{get_vertex}
\alias{get_vertex}
\title{Fit a parabola through three points}
\usage{
get_vertex(x, y)
}
\arguments{
\item{x}{Three x coordinates}

\item{y}{Three y coordinates}
}
\description{
This was inspired by an answer on stackoverflow
https://stackoverflow.com/a/717791
}

Contact - Imprint