powered by
Plot Fourier basis summation series.
# S4 method for Fourier_series plot(x, y, ...)
A Fourier_series object.
Fourier_series
Ignored. Present for consistency with the generic plot() function.
plot()
other parameters to be passed through to plotting functions.
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)
Run the code above in your browser using DataLab