Skip to content

Commit 04f5616

Browse files
committed
add knots
1 parent d5e51f4 commit 04f5616

File tree

1 file changed

+55
-37
lines changed

1 file changed

+55
-37
lines changed

Diff for: NAMESPACE

+55-37
Original file line numberDiff line numberDiff line change
@@ -179,69 +179,87 @@ importFrom("utils", "data")
179179

180180
S3method("==", basisfd)
181181
S3method('*', basisfd)
182-
S3method(summary, basisfd)
183-
S3method(norder, basisfd)
184-
S3method(plot, basisfd)
185-
S3method(predict, basisfd)
186182
S3method('+', fd)
187183
S3method('-', fd)
188184
S3method('*', fd)
189185
S3method('[', fd)
190186
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+
191194
S3method(boxplot, fd)
195+
S3method(boxplot, fdPar)
192196
S3method(coef, fd)
197+
S3method(coef, fdPar)
198+
S3method(coef, fdSmooth)
199+
200+
S3method(coefficients, fdSmooth)
193201
S3method(coefficients, fd)
202+
S3method(coefficients, fdPar)
203+
194204
S3method(density, fd)
195205
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)
204206
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+
215208
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)
223209
S3method(fitted, monfd)
224-
S3method(residuals, monfd)
225-
S3method(predict, monfd)
226-
S3method(as.fd, 'function')
227-
S3method(as.fd, smooth.spline)
228210
S3method(fRegress, double)
229211
S3method(fRegress, formula)
230212
S3method(fRegress, character)
231213
S3method(fRegress, stderr)
232214
S3method(fRegress, CV)
233215
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)
236225
S3method(matplot, Date)
237226
S3method(matplot, default)
238227
S3method(matplot, POSIXct)
228+
S3method(matplot, matrix)
229+
S3method(matplot, numeric)
230+
239231
S3method(norder, bspline)
240232
S3method(norder, default)
233+
234+
S3method(norder, basisfd)
235+
S3method(norder, fd)
241236
S3method(plot, cca.fd)
242237
S3method(plot, pca.fd)
243238
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)
244264
S3method(summary, bifd)
245-
S3method(matplot, matrix)
246-
S3method(matplot, numeric)
247265

0 commit comments

Comments
 (0)