TransKnots {TapeR} | R Documentation |
transform knot vector
Description
Internal function not usually called by users
Usage
TransKnots(knots = c(seq(0, 1, 0.1)), ord = 4, ...)
Arguments
knots |
knot positions for spline function |
ord |
order of the spline function |
... |
not currently used |
Value
transformed knots vector, especially with repeated first and last knot given order of spline function
Author(s)
Edgar Kublin
[Package TapeR version 0.5.3 Index]