interpolatex: interpolate x based on y. Usually x is vdm, y is sigma,...

Description Usage Arguments Value

View source: R/sxpdatafunc.R

Description

take a data.table and interpolate x based y level

Usage

1
2
interpolatex(dt, target = c(0), x = "x", y = "y", grp = "grp",
  already_ordered = FALSE)

Arguments

dt

a data.table

x

x colname string

y

y colname string

grp

group by column string

already_ordered

if the table is already sorted

Value

a table.table giving lowbound highbound and fitted solution


quicksea/workutil documentation built on May 26, 2019, 1:31 p.m.