interpolate.oneJet: Quadratic Function Through Three Points

Description Usage Arguments Value

View source: R/Interpolation.R

Description

Quadratic Function Through Three Points

Usage

1
2
3
4
5
6
7
interpolate.oneJet(
  data,
  slope,
  tau,
  patch = getOption("defaultPatching", default = patch.fifthDegree),
  tol = sqrt(.Machine$double.eps)
)

Arguments

x

The vector of x-coordinates. May be assigned directly.

y

The vector of y-coordinates. May be assigned directly.

Value

The quadratic polynomial that goes through (x[1],y[1]), (x[2],y[2]), and (x[3],y[3]).


Chen2357/rrinterp documentation built on Jan. 7, 2022, 1:01 p.m.