R/smooth.fdPar.R

smooth.fdPar <- function(fdobj, Lfdobj=NULL,
         lambda=0, estimate=TRUE, penmat=NULL){
##
## 1.  fdPar
##
  fdP <- fdPar(fdobj, Lfdobj=Lfdobj, lambda=lambda,
               estimate=estimate, penmat=penmat)
##
## 2.  smooth.fd
##
  smooth.fd(fdobj, fdP)
}
drtagkim/mcgillfdar documentation built on May 12, 2019, 6:20 p.m.