View source: R/BSplineFunctions.R
Takes some B-Spline basis matrix from GetBSpline()
and plots the
output. *Note* x
must match the x
used in
GetBSpline(x, ...)
.
1 | PlotBSpline(x, B, lty = 1:ncol(B), col = 1:ncol(B))
|
x |
Same |
B |
Output from |
lty |
Line type. Can be single value or range of values. |
col |
Line colour. Can be single value or range of values. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.