periodic_csplines | R Documentation |
Periodic cardinal cubic splines
periodic_csplines(x, pos)
x |
Abscissas of the knots |
pos |
Requested positions |
A matrix (len(pos) x len(knots))
s<-periodic_csplines(x = c(0,.2,.3, .9,.95, 1), pos=seq(0,1,0.01))
matplot(s, type='l')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.