bsplines: B-Splines

View source: R/splines.R

bsplinesR Documentation

B-Splines

Description

B-Splines

Usage

bsplines(order = 4, knots, pos)

Arguments

order

Order of the splines (4 for cubic)

knots

Knots of the splines (in [0, period[)

pos

Requested positions (in [0, period[). The rows of the returned matrix will correspond to those positions

Value

A matrix (len(pos) x len(knots))

Examples

s<-bsplines(knots = c(0,.2,.3, .9,.95, 1), pos=seq(0,1,0.01))
matplot(s, type='l')

palatej/rjd3toolkit documentation built on April 17, 2025, 10:47 p.m.