cubic_spline | R Documentation |
Calculate a cubic spline
cubic_spline(x, low = 0, high = 1)
x |
a numeric vector |
low |
minimum value of output |
high |
maximum value of output |
a numeric vector
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.