View source: R/complex_interpolation.R
complex_approx | R Documentation |
Enable approx
to interpolate complex numbers
complex_approx(x, y, xout, ...)
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 |
complex_approx(1:11, -5:5 + -5:5 * -1i, n = 5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.