periodic_splines | R Documentation |
Period splines
periodic_splines(order = 4, period = 1, knots, pos)
order |
Order of the splines (4 for cubic) |
period |
Period of the splines (1 by default) |
knots |
Knots of the splines (in [0, period[]]) |
pos |
Requested positions (in [0, period[]]) |
A matrix (len(pos) x len(knots))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.