Skip to content

Commit c1cde08

Browse files
committed
S3 export
1 parent 7031c1f commit c1cde08

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

NAMESPACE

+6-5
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,6 @@ S3method('-', fd)
166166
S3method('*', fd)
167167
S3method('[', fd)
168168
S3method('^', fd)
169-
S3method(as.fd, fdSmooth)
170-
S3method(as.fd, 'function')
171-
S3method(as.fd, smooth.spline)
172169
S3method(boxplot, fd)
173170
S3method(coef, fd)
174171
S3method(coefficients, fd)
@@ -190,6 +187,7 @@ S3method(plot, fdPar)
190187
S3method(predict, fdPar)
191188
S3method(summary, fdPar)
192189
S3method(fRegress, fdPar)
190+
S3method(as.fd, fdSmooth)
193191
S3method(coef, fdSmooth)
194192
S3method(boxplot, fdSmooth)
195193
S3method(coefficients, fdSmooth)
@@ -198,21 +196,24 @@ S3method(lines, fdSmooth)
198196
S3method(residuals, fdSmooth)
199197
S3method(plot, fdSmooth)
200198
S3method(predict, fdSmooth)
199+
S3method(predict, fRegress)
201200
S3method(plot, Lfd)
202201
S3method(summary, Lfd)
203202
S3method(fitted, monfd)
204203
S3method(residuals, monfd)
205204
S3method(predict, monfd)
205+
S3method(as.fd, 'function')
206+
S3method(as.fd, smooth.spline)
206207
S3method(fRegress, numeric)
207208
S3method(fRegress, stderr)
208209
S3method(fRegress, CV)
210+
S3method(fRegress, character)
211+
S3method(fRegress, formula)
209212
S3method(matplot, numeric)
210213
S3method(fitted, posfd)
211214
S3method(predict, posfd)
212215
S3method(residuals, posfd)
213216
S3method(matplot, Date)
214-
S3method(fRegress, character)
215-
S3method(fRegress, formula)
216217
S3method(matplot, default)
217218
S3method(matplot, POSIXct)
218219
S3method(norder, bspline)

0 commit comments

Comments
 (0)