interpolate.patch.onePointSlope: Interpolation by Patching Functions Generated at Each Point

Description Usage Arguments Value

View source: R/Interpolation.R

Description

Interpolation by Patching Functions Generated at Each Point

Usage

1
2
3
4
5
6
interpolate.patch.onePointSlope(
  data,
  slopes,
  solver,
  patch = getOption("defaultPatching", default = patch.fifthDegree)
)

Arguments

data

A pointData type that stores all the points to be interpolated.

slopes

A vector type that stores all the slopes correspond to each point.

solver

Function that returns a polynomial that is generated at a point with slope. Must be in the form of function(data, slope).

patch

The function used for patching, uses defaultPatchPolynomial by default. Must be in the form of function(a,b,p).

Value

A piecewise polynomial.


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