powered by
Plot b-splines basis summation series.
# S4 method for bspline_series plot(x, y, ...)
A bspline_series object.
bspline_series
Ignored. Present for consistency with the generic plot() function.
plot()
other parameters to be passed through to plotting functions.
Heyang Ji
bsb = bspline_basis( Boundary.knots = c(0,24), intercept = TRUE, df = NULL, degree = 3 ) bss = bspline_series( coef = c(2,1,1.5,3), bspline_basis = bsb ) plot(bss)
Run the code above in your browser using DataLab