bsplfun: Create B-spline.

Description Usage Arguments Details Value See Also

View source: R/npbin.R

Description

Create B-spline.

Usage

1
2
bsplfun(xrange = c(0, 1), breaks = seq(xrange[1], xrange[2], length.out
  = 100), k = 4, ncores = 1)

Arguments

xrange

Support of the spline

breaks

Break points of the spline

k

Spline order

ncores

Number of cores to use

Details

Create a B-spline.

Value

A list containing breaks and spline coefficients

See Also

bsplfun.updt, emBinBspl, emBspl


anthony-aylward/npbin documentation built on Aug. 22, 2019, 8:08 a.m.