@@ -179,69 +179,87 @@ importFrom("utils", "data")
179
179
180
180
S3method("==", basisfd)
181
181
S3method('*', basisfd)
182
- S3method(summary, basisfd)
183
- S3method(norder, basisfd)
184
- S3method(plot, basisfd)
185
- S3method(predict, basisfd)
186
182
S3method('+', fd)
187
183
S3method('-', fd)
188
184
S3method('*', fd)
189
185
S3method('[', fd)
190
186
S3method('^', fd)
187
+
188
+ S3method(as.fd, fdSmooth)
189
+ S3method(as.fd, 'function')
190
+ S3method(as.fd, smooth.spline)
191
+
192
+ S3method(boxplot, fdSmooth)
193
+
191
194
S3method(boxplot, fd)
195
+ S3method(boxplot, fdPar)
192
196
S3method(coef, fd)
197
+ S3method(coef, fdPar)
198
+ S3method(coef, fdSmooth)
199
+
200
+ S3method(coefficients, fdSmooth)
193
201
S3method(coefficients, fd)
202
+ S3method(coefficients, fdPar)
203
+
194
204
S3method(density, fd)
195
205
S3method(deriv, fd)
196
- S3method(lines, fd)
197
- S3method(mean, fd)
198
- S3method(norder, fd)
199
- S3method(plot, fd)
200
- S3method(predict, fd)
201
- S3method(sqrt, fd)
202
- S3method(sum, fd)
203
- S3method(summary, fd)
204
206
S3method(fRegress, fd)
205
- S3method(boxplot, fdPar)
206
- S3method(coef, fdPar)
207
- S3method(coefficients, fdPar)
208
- S3method(plot, fdPar)
209
- S3method(predict, fdPar)
210
- S3method(summary, fdPar)
211
- S3method(as.fd, fdSmooth)
212
- S3method(coef, fdSmooth)
213
- S3method(boxplot, fdSmooth)
214
- S3method(coefficients, fdSmooth)
207
+
215
208
S3method(fitted, fdSmooth)
216
- S3method(lines, fdSmooth)
217
- S3method(residuals, fdSmooth)
218
- S3method(plot, fdSmooth)
219
- S3method(predict, fdSmooth)
220
- S3method(predict, fRegress)
221
- S3method(plot, Lfd)
222
- S3method(summary, Lfd)
223
209
S3method(fitted, monfd)
224
- S3method(residuals, monfd)
225
- S3method(predict, monfd)
226
- S3method(as.fd, 'function')
227
- S3method(as.fd, smooth.spline)
228
210
S3method(fRegress, double)
229
211
S3method(fRegress, formula)
230
212
S3method(fRegress, character)
231
213
S3method(fRegress, stderr)
232
214
S3method(fRegress, CV)
233
215
S3method(fitted, posfd)
234
- S3method(predict, posfd)
235
- S3method(residuals, posfd)
216
+
217
+ S3method(knots, basisfd)
218
+ S3method(knots, fd)
219
+ S3method(knots, fdSmooth)
220
+
221
+ S3method(lines, fd)
222
+ S3method(lines, fdSmooth)
223
+
224
+ S3method(mean, fd)
236
225
S3method(matplot, Date)
237
226
S3method(matplot, default)
238
227
S3method(matplot, POSIXct)
228
+ S3method(matplot, matrix)
229
+ S3method(matplot, numeric)
230
+
239
231
S3method(norder, bspline)
240
232
S3method(norder, default)
233
+
234
+ S3method(norder, basisfd)
235
+ S3method(norder, fd)
241
236
S3method(plot, cca.fd)
242
237
S3method(plot, pca.fd)
243
238
S3method(plot, pda.fd)
239
+
240
+ S3method(plot, basisfd)
241
+ S3method(plot, fd)
242
+ S3method(plot, fdPar)
243
+ S3method(plot, fdSmooth)
244
+ S3method(plot, Lfd)
245
+
246
+ S3method(predict, basisfd)
247
+ S3method(predict, fd)
248
+ S3method(predict, fdPar)
249
+ S3method(predict, fdSmooth)
250
+ S3method(predict, fRegress)
251
+
252
+ S3method(predict, monfd)
253
+ S3method(predict, posfd)
254
+ S3method(residuals, posfd)
255
+ S3method(residuals, monfd)
256
+ S3method(residuals, fdSmooth)
257
+
258
+ S3method(sqrt, fd)
259
+ S3method(sum, fd)
260
+ S3method(summary, fd)
261
+ S3method(summary, fdPar)
262
+ S3method(summary, Lfd)
263
+ S3method(summary, basisfd)
244
264
S3method(summary, bifd)
245
- S3method(matplot, matrix)
246
- S3method(matplot, numeric)
247
265
0 commit comments