The "fourier+" class represents Fourier basis functions.
rangeA length-two numeric vector to define the interval on which
basis functions can be evaluated. Default is c(0, 1).
nbasisThe total number of basis functions, including the ones that need to be dropped. Default is 3.
dropindIndices of basis functions that need to be dropped. Default is
numeric(0) (no basis will be dropped).
ncoefThe actual number of basis functions to represent functional data,
satisfying the condition ncoef == nbasis - length(dropind).
periodThe length of the cycle that Fourier basis functions repeat themselves. Default is 1.
Class basis+
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.