plot,bspline_series-method | R Documentation |
Plot b-splines basis summation series.
## S4 method for signature 'bspline_series'
plot(x)
x |
A |
No return value. Generate a scatter plot.
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.