m-1
of an
object of class Lfd
and length m
.## S3 method for class 'Lfd':
plot(x, axes=NULL, ...)
NULL
passed to plot.fd
.
axes
used to create axes plot
Lfd
, plot.fd
# Set up the harmonic acceleration operator
dayrange <- c(0,365)
Lbasis <- create.constant.basis(dayrange,
axes=list("axesIntervals"))
Lcoef <- matrix(c(0,(2*pi/365)^2,0),1,3)
bfdobj <- fd(Lcoef,Lbasis)
bwtlist <- fd2list(bfdobj)
harmaccelLfd <- Lfd(3, bwtlist)
plot(harmaccelLfd)
Run the code above in your browser using DataLab