interpolateC: interpolateC

Description Usage Arguments Value

View source: R/RcppExports.R

Description

Returns interpolated value at x from parallel arrays ( xData, yData ) Assumes that xData has at least two elements, is sorted and is strictly monotonic increasing

Usage

1
interpolateC(x, y, xval, extrapolate)

Arguments

x

vector of x's

y

vector of y's

xval

a particular value to interpolate for

extrapolate

whether or not to linearly extrapolate beyond endpoints of x

Value

interpolated value


bcallaway11/qrme documentation built on June 30, 2021, 12:52 p.m.