legendre_fit | R Documentation |
generate curve based on legendre polynomials
legendre_fit(par, x)
par |
vector of legendre polynomials coefficients |
x |
vector equal to the x value for legendre polynomials(in this case times) |
the polynomials value
legendre_fit(rep(1,5),1:14)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.