Learn R Programming

LPCM (version 0.41-6)

lpc.spline.auxiliary.functions: Auxiliary functions for spline fitting and projection.

Description

Internal functions of package LPCM called by lpc.spline and others. These will rarely be called directly by the user.

Usage

lpc.splinefun(lpcobject)

lpc.fit.spline(lpcsl, num.knots = 100, add.spline = FALSE, lty=1, col = 3)

lpc.spline.eval(lpcsl, or.pi, branch = 0)

lpc.project.spline(lpcsl, newdata, num.knots = 100, optimize = TRUE, add.proj = FALSE, lty=2, col=4)

lpc.curve.length(lpcsl, or.pi, branch = 0, total.subdivisions = 10000, min.subdivisions = 100)

Arguments

lpcobject
Object of type lpc.
lpcsl
Object generated by lpc.splinefun.
num.knots
number of spline knots
add.spline
graphical option; depreciated.
or.pi
original projection index
branch
branch ID
newdata
new data frame
optimize
Boolean.
add.proj
graphical option; depreciated.
total.subdivisions
total number of subdivisions for arc length computation.
min.subdivisions
minimum number of subdivisions for arc length computation.
lty
graphical parameter
col
graphical parameter

See Also

lpc.spline