splines (version 3.5.1)

splineOrder: Determine the Order of a Spline

Description

Return the order of a spline object.

Usage

splineOrder(object)

Arguments

object

An object that inherits from class "spline".

Value

A positive integer.

Details

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.

See Also

splineKnots, interpSpline, periodicSpline

Examples

Run this code
# NOT RUN {
splineOrder( interpSpline( weight ~ height, women ) )
# }

Run the code above in your browser using DataCamp Workspace