norder = number of basis functions minus the number of interior knots.
norder(x, ...)
# S3 method for fd
norder(x, ...)
# S3 method for basisfd
norder(x, ...)
# S3 method for default
norder(x, ...)#norder.bspline(x, ...)
#NOTE: The following is required by CRAN rules that
# function names like "as.numeric" must follow the documentation
# standards for S3 generics, even when they are not.
# Please ignore the following line:
# S3 method for bspline
norder(x, ...)
An integer giving the order of the B-spline.
Either a basisfd object or an object containing a basisfd object as a component.
optional arguments currently unused
Spencer Graves
norder throws an error of basisfd[['type']] != 'bspline'.
Ramsay, James O., Hooker, Giles, and Graves, Spencer (2009), Functional data analysis with R and Matlab, Springer, New York.
Ramsay, James O., and Silverman, Bernard W. (2005), Functional Data Analysis, 2nd ed., Springer, New York.
Ramsay, James O., and Silverman, Bernard W. (2002), Applied Functional Data Analysis, Springer, New York.
create.bspline.basis