Convert a univariate functional data object to a list
Convert a univariate functional data object to a list for input to
Lfd
.
fd2list(fdobj)
fdobj |
a univariate functional data object. |
a list as required for the second argument of Lfd
.
Lbasis = create.constant.basis(c(0,365)); # create a constant basis Lcoef = matrix(c(0,(2*pi/365)^2,0),1,3) # set up three coefficients wfdobj = fd(Lcoef,Lbasis) # define an FD object for weight functions wfdlist = fd2list(wfdobj) # convert the FD object to a cell object harmaccelLfd = Lfd(3, wfdlist) # define the operator object
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.