splineOrder
Determine the Order of a SplineReturn the order of a spline object.
splineOrder(object)
object | An object that inherits from class |
The order of a spline is the number of coefficients in each piece of the piecewise polynomial representation. Thus a cubic spline has order 4.
A positive integer.
Douglas Bates and Bill Venables
splineKnots
, interpSpline
, periodicSpline
splineOrder( interpSpline( weight ~ height, women ) )
Copyright (©) 1999–2012 R Foundation for Statistical Computing.
Licensed under the GNU General Public License.