BSplines: builds B-Splines Matrix with appropriate knots for taper...

Description Usage Arguments Details Value Author(s)

View source: R/BSplines.R

Description

Internal function not usually called by users

Usage

1
BSplines(knots = c(seq(0, 1, 0.1)), ord = 4, der = 0, x = c(seq(0, 1, 0.01)), ...)

Arguments

knots

knot positions for spline function

ord

order of the spline function

der

derivatives

x

height measurements

...

not currently used

Details

internally splineDesign is called

Value

B-Splines matrix build using splineDesign

Author(s)

Edgar Kublin


jonibio/TapeR documentation built on Aug. 22, 2020, 4:44 p.m.