Skip to content

Commit afc60d3

Browse files
committed
add as.fd methods
1 parent 78f0717 commit afc60d3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

NAMESPACE

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,9 @@ S3method('-', fd)
167167
S3method('*', fd)
168168
S3method('[', fd)
169169
S3method('^', fd)
170+
S3method(as.fd, fdSmooth)
171+
S3method(as.fd, 'function')
172+
S3method(as.fd, smooth.spline)
170173
S3method(boxplot, fd)
171174
S3method(coef, fd)
172175
S3method(coefficients, fd)
@@ -219,3 +222,4 @@ S3method(plot, cca.fd)
219222
S3method(plot, pca.fd)
220223
S3method(plot, pda.fd)
221224
S3method(summary, bifd)
225+

0 commit comments

Comments
 (0)