extractCoef | R Documentation |
Method of class Fourier_series to extract Fourier coefficients
extractCoef(object)
## S4 method for signature 'Fourier_series'
extractCoef(object)
object |
an object of |
A list that contains the coefficients.
Heyang Ji
fsc = Fourier_series(
double_constant = 0.5,
cos = c(0,0.3),
sin = c(1,0.7),
k_cos = 1:2,
)
extractCoef(fsc)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.