approx: Linear or constant approximation of vector3

View source: R/motion.R

approxR Documentation

Linear or constant approximation of vector3

Description

Using 'stats::approx', create a linear or constant approximation (interpolation) of a value or vector

Usage

approx(x, y, xout, ...)

Arguments

x

Indexes for the input values

y

The values or vectors to be interpolated between

xout

Indexes for the output values

...

Additional arguments passed on to stats::approx


MrMallIronmaker/dddr documentation built on May 11, 2022, 8:39 p.m.