expand.knots: Expands knots for appropriate number of knots in bsplines

Description Usage Arguments Value Author(s) See Also Examples

Description

This function is for conveinience of specifying knots for B-splines. Since the user usually only want to specify the interval that they are interested in the end knots are usually duplicated. This function interprets the first and last knots as the end points and duplicates them.

Usage

1
expand.knots(interior, order = 4)

Arguments

interior

The knots including all interior and endpoitn knots

order

the order of the splines that the knots are to be used with. Defaults to 4, being cubic splines

Value

A vector of knots with the order specified as an attribute

Author(s)

Andrew Redd

See Also

SplineBasis, ~~~

Examples

1
2

orthogonalsplinebasis documentation built on May 2, 2019, 5:47 p.m.