bsppar {bspline} | R Documentation |
Retrieve parameters of B-splines
Description
Retrieve parameters of B-splines
Usage
bsppar(f)
Arguments
f |
Function, B-splines such that returned by par3bsp(), smbsp(), ... |
Value
List having components: n - polynomial order, qw - coefficients, xk - knots
[Package bspline version 2.2.2 Index]