plot,Fourier_series-method {MECfda} | R Documentation |
Plot Fourier basis summation series.
Description
Plot Fourier basis summation series.
Usage
## S4 method for signature 'Fourier_series'
plot(x, y, ...)
Arguments
x |
A |
y |
Ignored. Present for consistency with the generic |
... |
other parameters to be passed through to plotting functions. |
Author(s)
Heyang Ji
Examples
fsc = Fourier_series(
double_constant = 0.5,
cos = c(0,0.3),
sin = c(1,0.7),
k_cos = 1:2,
)
plot(fsc)
[Package MECfda version 0.2.1 Index]