Description Usage Arguments Value
This performs cubic spline interpolation over the cumulative sum of frequencies of a variable.
1 | cubic_spline(x, break_size = 10, min = 0, max = 100)
|
x |
The variable to perform the spline over |
break_size |
The width of each break for the cumulative sum of frequencies applied to x |
min |
The minimum value for the break sequence |
max |
The maximum value for the break sequence |
a cubic spline interpolation function of x
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.