Description Usage Arguments Value Examples
Calculate a cubic spline
1 | cubic_spline(x, low = 0, high = 1)
|
x |
a numeric vector |
low |
minimum value of output |
high |
maximum value of output |
a numeric vector
1 2 | x = seq( from = 0, to = 1, by = 0.01 )
plot( x, cubic_spline( x ) )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.