plot,Fourier_series-method | R Documentation |
Plot Fourier basis summation series.
## S4 method for signature 'Fourier_series'
plot(x)
x |
A |
No return value. Generate a scatter plot.
Heyang Ji
fsc = Fourier_series(
double_constant = 0.5,
cos = c(0,0.3),
sin = c(1,0.7),
k_cos = 1:2,
)
plot(fsc)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.