View source: R/basis_functions.R
make.pol.basis | R Documentation |
Make polynomial basis
make.pol.basis(order)
order |
Order of polynomial (= degree + 1) |
The polynomial basis is ordered [1, t, t^2, t^3, ..., t^n]
Function of class "fctbasis"
Functional basis function
## A four-degree polynomial mypol <- make.pol.basis(order = 5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.