BSplines {TapeR} | R Documentation |
builds B-Splines Matrix with appropriate knots for taper fitting
Description
Internal function not usually called by users
Usage
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
[Package TapeR version 0.5.3 Index]