Update the knot placement, polynomial degree, and any other options available when constructing the given spline object.
# S3 method for class 'BSpline'
update(object, ...)
# S3 method for class 'MSpline'
update(object, ...)
# S3 method for class 'ISpline'
update(object, ...)
# S3 method for class 'CSpline'
update(object, ...)
# S3 method for class 'BernsteinPoly'
update(object, ...)
# S3 method for class 'NaturalSpline'
update(object, ...)
# S3 method for class 'NaturalSplineK'
update(object, ...)
An updated object of the same class as the input object with the specified updates.