linear_cubic_interp: Linear-Cubic Interpolation

Description Usage Arguments

View source: R/interpolation-class.R

Description

This function performs a two-dimentional interpolation linear on the first dimension and natural cubic spline on the second dimension.

Usage

1
linear_cubic_interp(interp_data, x0, y0)

Arguments

interp_data

data.frame object with three vectors x, y and z

x0

numeric vector containing the points at which to perform the interpolation along the first dimension

y0

numeric vector containing the points at which to perform the interpolation along the second dimension


imanuelcostigan/fmbasics documentation built on Dec. 6, 2019, 9:48 a.m.