make_knots: Choose knots according to a swapping algorithm. Uses...

View source: R/lrk.R

make_knotsR Documentation

Choose knots according to a swapping algorithm. Uses cover.design from the fields package.

Description

Choose knots according to a swapping algorithm. Uses cover.design from the fields package.

Usage

make_knots(df, N_k, ...)

Arguments

df

(data.frame) NEBCS data

N_k

(int) Number of knots to choose

...

Additional named arguments to pass to cover.design

Value

(data.frame) Data frame with columns x and y

Examples

get_case_cntl(df)

paulsavala/nebcs documentation built on March 20, 2022, 9:24 a.m.