basis2fun | R Documentation |
Generic function to compute function value from summation series of a functional basis.
basis2fun(object, x)
## S4 method for signature 'bspline_series,numeric'
basis2fun(object, x)
## S4 method for signature 'Fourier_series,numeric'
basis2fun(object, x)
## S4 method for signature 'numericBasis_series,numeric'
basis2fun(object, x)
object |
An object that represents a functional basis. |
x |
point(s) to take value. |
When applied to bspline_series
object, equivalent to bsplineSeries2fun
.
When applied to Fourier_series
object, equivalent to FourierSeries2fun
.
When applied to numericBasis_series
object, equivalent to numericBasisSeries2fun
.
A numeric atomic vector.
See bsplineSeries2fun
and FourierSeries2fun
.
Heyang Ji
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.