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'.
create.bspline.basis