B {spatsurv} | R Documentation |
B function
Description
A recursive function used in calculating the coefficients of a B-spline curve
Usage
B(x, i, j, knots)
Arguments
x |
locations at which to evaluate the B-spline |
i |
index i |
j |
index j |
knots |
a knot vector |
Value
a vector of polynomial coefficients
[Package spatsurv version 2.0-1 Index]