Skip to content

Commit 5dcb580

Browse files
committed
register.newfd.Rd
1 parent 3b16170 commit 5dcb580

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

man/register.newfd.Rd

+2-3
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ register.newfd(yfd, Wfd,type=c('direct','monotone','periodic'))
4848
Ramsay, James O., and Silverman, Bernard W. (2006), \emph{Functional
4949
Data Analysis, 2nd ed.}, Springer, New York.
5050

51-
Ramsay, James O., and Silverman, Bernard W. (2002), \emph{Applied
51+
Ramsay, James, and Silverman, Bernard. (2002), \emph{Applied
5252
Functional Data Analysis}, Springer, New York, ch. 6 & 7.
5353
}
5454
\seealso{
@@ -72,12 +72,11 @@ lipmeanmarks <- apply(lipmarks,2,mean)
7272
wnbasis <- 6
7373
wnorder <- 4
7474
wbreaks <- c(0,lipmeanmarks,0.35)
75-
7675
warpbasis <- create.bspline.basis(nbasis=wnbasis, norder=wnorder,
7776
breaks=wbreaks);
7877
WfdPar <- fdPar(fd(basisobj=warpbasis), 2, 1e-4)
7978

80-
lipreglist <- landmarkreg(lipfd, as.matrix(lipmarks), lipmeanmarks, WfdPar)
79+
lipreglist <- landmarkreg(lipfd, as.matrix(lipmarks), lipmeanmarks, WfdPar=WfdPar)
8180

8281
# And warp:
8382

0 commit comments

Comments
 (0)