interp.IRS: Interpolate points on an impact response surface

View source: R/IRSfunctions.R

interp.IRSR Documentation

Interpolate points on an impact response surface

Description

interpIRS returns values interpolated from an impact response surface

Usage

interp.IRS(dat, xvar = "X", yvar = "Y", zvar = "Z", xo, yo, ...)

Arguments

dat

data.table object with 3 columns (x, y, z)

xvar

Character vector containing the column name for the x dimension

yvar

Character vector containing the column name for the y dimension

zvar

Character vector containing the column name for the z dimension

xo

vector of x coordinates defining points to interpolate to (same length as yo)

yo

vector of y coordinates defining points to interpolate to (same length as xo)

...

additional arguments for akima::interpp()

Value

Vector of interpolated values


fronzek/IRSanalysis documentation built on Jan. 28, 2023, 2:38 a.m.