interpolate_spline: Perform spline interpolation

View source: R/RcppExports.R

interpolate_splineR Documentation

Perform spline interpolation

Description

Perform spline interpolation

Usage

interpolate_spline(x, y, new_x)

Arguments

x

A numeric vector with independent values of the original function.

y

A numeric vector with dependent values of the original function.

new_x

A numeric vector with the values of x at which you want to interpolate v values of y.

Value

A numeric vector with the interpolated values of y at the new_x values.


geanders/stormwindmodel documentation built on Feb. 10, 2025, 11:58 a.m.