@@ -166,9 +166,6 @@ S3method('-', fd)
166
166
S3method('*', fd)
167
167
S3method('[', fd)
168
168
S3method('^', fd)
169
- S3method(as.fd, fdSmooth)
170
- S3method(as.fd, 'function')
171
- S3method(as.fd, smooth.spline)
172
169
S3method(boxplot, fd)
173
170
S3method(coef, fd)
174
171
S3method(coefficients, fd)
@@ -190,6 +187,7 @@ S3method(plot, fdPar)
190
187
S3method(predict, fdPar)
191
188
S3method(summary, fdPar)
192
189
S3method(fRegress, fdPar)
190
+ S3method(as.fd, fdSmooth)
193
191
S3method(coef, fdSmooth)
194
192
S3method(boxplot, fdSmooth)
195
193
S3method(coefficients, fdSmooth)
@@ -198,21 +196,24 @@ S3method(lines, fdSmooth)
198
196
S3method(residuals, fdSmooth)
199
197
S3method(plot, fdSmooth)
200
198
S3method(predict, fdSmooth)
199
+ S3method(predict, fRegress)
201
200
S3method(plot, Lfd)
202
201
S3method(summary, Lfd)
203
202
S3method(fitted, monfd)
204
203
S3method(residuals, monfd)
205
204
S3method(predict, monfd)
205
+ S3method(as.fd, 'function')
206
+ S3method(as.fd, smooth.spline)
206
207
S3method(fRegress, numeric)
207
208
S3method(fRegress, stderr)
208
209
S3method(fRegress, CV)
210
+ S3method(fRegress, character)
211
+ S3method(fRegress, formula)
209
212
S3method(matplot, numeric)
210
213
S3method(fitted, posfd)
211
214
S3method(predict, posfd)
212
215
S3method(residuals, posfd)
213
216
S3method(matplot, Date)
214
- S3method(fRegress, character)
215
- S3method(fRegress, formula)
216
217
S3method(matplot, default)
217
218
S3method(matplot, POSIXct)
218
219
S3method(norder, bspline)
0 commit comments