linearPolynomial: Linear Polynomial Given Point and Slope

Description Usage Arguments Value

View source: R/Interpolation.R

Description

Linear Polynomial Given Point and Slope

Usage

1
linearPolynomial(data, x = point.x(data), y = point.y(data), slope)

Arguments

x

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

y

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

slope

The slope at the point.

Value

The linear polynomial that goes through the point with the given slope.


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