complex_approx: Complex Interpolation

View source: R/complex_interpolation.R

complex_approxR Documentation

Complex Interpolation

Description

Enable approx to interpolate complex numbers

Usage

complex_approx(x, y, xout, ...)

Arguments

x

Numeric vector of the x-coordinates to be interpolated

y

Complex vector of the y-coordinates to be interpolated

xout

Optional set of numeric values specifying where interpolation is to take place

...

Other parameters to be sent to approx

Examples

complex_approx(1:11, -5:5 + -5:5 * -1i, n = 5)


aaronmanderson3/rftk documentation built on July 30, 2023, 1:19 p.m.