Skip to content

Commit 92768b5

Browse files
author
Giles Hooker
committed
remove redefinition of fdobj in landmarkreg.R
1 parent 8658fc1 commit 92768b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/landmarkreg.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ landmarkreg <- function(fdobj, ximarks, x0marks=xmeanmarks,
4848
type <- basisobj$type
4949
nbasis <- basisobj$nbasis
5050
rangeval <- basisobj$rangeval
51-
fdobj <- fd(matrix(0,nbasis,ncurve),basisobj)
51+
# fdobj <- fd(matrix(0,nbasis,ncurve),basisobj)
5252
fdParobj <- fdPar(basisobj, 2, ylambda)
5353

5454
# check landmarks

0 commit comments

Comments
 (0)