Skip to content

Commit b2abea1

Browse files
committed
try to fix NAMESPACE
1 parent db6cf05 commit b2abea1

File tree

1 file changed

+244
-6
lines changed

1 file changed

+244
-6
lines changed

NAMESPACE

Lines changed: 244 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,246 @@
1-
export(AmpPhasDecomp,
2-
as.array3,
1+
export(AmpPhasDecomp,
2+
as.array3,
33
as.fd,
4-
as.POSIXct1970, axisIntervals, axesIntervals, basisfd, bifd, bifdPar, boxplot.fd, boxplot.fdPar, boxplot.fdSmooth, bsplinepen, bsplineS, cca.fd, center.fd, checkDim3, checkDims3, checkLogical, checkNumeric, checkLogicalInteger, cor.fd, covPACE, CRAN, create.bspline.basis, create.constant.basis, create.exponential.basis, create.fourier.basis, create.monomial.basis, create.polygonal.basis, create.power.basis, CSTR2in, CSTR2, CSTRfitLS, CSTRfn, CSTRres, CSTRsse, cumfd, cycleplot.fd, Data2fd, density.fd, deriv.fd, df2lambda, dirs, Eigen, eigen.pda, eval.basis, eval.bifd, eval.fd, eval.monfd, eval.penalty, eval.posfd, eval.surp, evaldiag.bifd, expon, exponentiate.fd, exponpen, fd, fbplot, fd2list, fdlabels, fdPar, fdParcheck, fourier, fourierpen, Fperm.fd, fRegress, fRegress.fd, fRegress.CV, fRegress.stderr, fRegress.formula, Fstat.fd, geigen, getbasismatrix, getbasispenalty, getbasisrange, inprod, inprod.bspline, int2Lfd, intensity.fd, is.basis, is.fd, is.fdPar, is.fdSmooth, is.Lfd, lambda2df, lambda2gcv, landmarkreg, Lfd, lines.fdSmooth, linmod, lnsrch, matplot, matplot.default, mean.fd, minus.fd, monfn, mongrad, monhess, monomial, monomialpen, norder, norder.bspline, objAndNames, odesolv, pca.fd, pcaPACE, pda.fd, pda.overlay, phaseplanePlot, polintmat, plot.cca.fd, plot.fd, plot.pca.fd, plotbeta, plotfit.fd, plotfit.fdSmooth, plotreg.fd, plotscores, plus.fd, polyg, polygpen, powerbasis, powerpen, ppBspline, predict.basisfd, predict.fd, predict.fdPar, predict.fRegress, predict.fdSmooth, project.basis, quadset, reconsCurves, refinery, register.fd, register.newfd, scoresPACE, sd.fd, std.fd, stdev.fd, stddev.fd, smooth.basis, smooth.bibasis, smooth.fd, smooth.basisPar, smooth.fdPar, smooth.monotone, smooth.morph, smooth.pos, smooth.basis.sparse, smooth.sparse.mean, smooth.surp, sparse.list, sparse.mat, surp.fit, stepchk, stepit, symsolve, "[.fd", times.fd, tperm.fd, trapzmat, var.fd, varmx, varmx.cca.fd, varmx.pca.fd, vec2Lfd, wtcheck, ycheck, zerobasis, zerofind)
5-
import("graphics")import("stats")import("splines")import("fds")import("deSolve")
6-
importFrom("grDevices", "dev.new", "heat.colors")importFrom("utils", "data")
7-
S3method("==", basisfd)S3method('*', basisfd)S3method(summary, basisfd)S3method(norder, basisfd)S3method(plot, basisfd)S3method(predict, basisfd)S3method('+', fd)S3method('-', fd)S3method('*', fd)S3method('[', fd)S3method('^', fd)S3method(boxplot, fd)S3method(coef, fd)S3method(coefficients, fd)S3method(density, fd)S3method(deriv, fd)S3method(lines, fd)S3method(mean, fd)S3method(norder, fd)S3method(plot, fd)S3method(predict, fd)S3method(sqrt, fd)S3method(sum, fd)S3method(summary, fd)S3method(boxplot, fdPar)S3method(coef, fdPar)S3method(coefficients, fdPar)S3method(plot, fdPar)S3method(predict, fdPar)S3method(summary, fdPar)S3method(as.fd, fdSmooth)S3method(coef, fdSmooth)S3method(boxplot, fdSmooth)S3method(coefficients, fdSmooth)S3method(fitted, fdSmooth)S3method(lines, fdSmooth)S3method(residuals, fdSmooth)S3method(plot, fdSmooth)S3method(predict, fdSmooth)S3method(predict, fRegress)S3method(plot, Lfd)S3method(summary, Lfd)S3method(fitted, monfd)S3method(residuals, monfd)S3method(predict, monfd)S3method(as.fd, 'function')S3method(as.fd, smooth.spline)S3method(fRegress, fd)S3method(fRegress, double)S3method(fRegress, formula)S3method(fRegress, character)S3method(fRegress, stderr)S3method(fRegress, CV)S3method(fitted, posfd)S3method(predict, posfd)S3method(residuals, posfd)S3method(matplot, Date)S3method(matplot, default)S3method(matplot, POSIXct)S3method(norder, bspline)S3method(norder, default)S3method(plot, cca.fd)S3method(plot, pca.fd)S3method(plot, pda.fd)
4+
as.POSIXct1970,
5+
axisIntervals,
6+
axesIntervals,
7+
basisfd,
8+
bifd,
9+
bifdPar,
10+
boxplot.fd,
11+
boxplot.fdPar,
12+
boxplot.fdSmooth,
13+
bsplinepen,
14+
bsplineS,
15+
cca.fd,
16+
center.fd,
17+
checkDim3,
18+
checkDims3,
19+
checkLogical,
20+
checkNumeric,
21+
checkLogicalInteger,
22+
cor.fd,
23+
covPACE,
24+
CRAN,
25+
create.bspline.basis,
26+
create.constant.basis,
27+
create.exponential.basis,
28+
create.fourier.basis,
29+
create.monomial.basis,
30+
create.polygonal.basis,
31+
create.power.basis,
32+
CSTR2in,
33+
CSTR2,
34+
CSTRfitLS,
35+
CSTRfn,
36+
CSTRres,
37+
CSTRsse,
38+
cumfd,
39+
cycleplot.fd,
40+
Data2fd,
41+
density.fd,
42+
deriv.fd,
43+
df2lambda,
44+
dirs,
45+
Eigen,
46+
eigen.pda,
47+
eval.basis,
48+
eval.bifd,
49+
eval.fd,
50+
eval.monfd,
51+
eval.penalty,
52+
eval.posfd,
53+
eval.surp,
54+
evaldiag.bifd,
55+
expon,
56+
exponentiate.fd,
57+
exponpen,
58+
fd, fbplot,
59+
fd2list,
60+
fdlabels,
61+
fdPar,
62+
fdParcheck,
63+
fourier,
64+
fourierpen,
65+
Fperm.fd,
66+
fRegress,
67+
fRegress.fd,
68+
fRegress.CV,
69+
fRegress.stderr,
70+
fRegress.formula,
71+
Fstat.fd,
72+
geigen,
73+
getbasismatrix,
74+
getbasispenalty,
75+
getbasisrange,
76+
inprod,
77+
inprod.bspline,
78+
int2Lfd,
79+
intensity.fd,
80+
is.basis,
81+
is.fd,
82+
is.fdPar,
83+
is.fdSmooth,
84+
is.Lfd,
85+
lambda2df,
86+
lambda2gcv,
87+
landmarkreg,
88+
Lfd,
89+
lines.fdSmooth,
90+
linmod,
91+
lnsrch,
92+
matplot,
93+
matplot.default,
94+
mean.fd,
95+
minus.fd,
96+
monfn,
97+
mongrad,
98+
monhess,
99+
monomial,
100+
monomialpen,
101+
norder,
102+
norder.bspline,
103+
objAndNames,
104+
odesolv,
105+
pca.fd,
106+
pcaPACE,
107+
pda.fd,
108+
pda.overlay,
109+
phaseplanePlot,
110+
polintmat,
111+
plot.cca.fd,
112+
plot.fd,
113+
plot.pca.fd,
114+
plotbeta,
115+
plotfit.fd,
116+
plotfit.fdSmooth,
117+
plotreg.fd,
118+
plotscores,
119+
plus.fd,
120+
polyg,
121+
polygpen,
122+
powerbasis,
123+
powerpen,
124+
ppBspline,
125+
predict.basisfd,
126+
predict.fd,
127+
predict.fdPar,
128+
predict.fRegress,
129+
predict.fdSmooth,
130+
project.basis,
131+
quadset,
132+
reconsCurves,
133+
refinery,
134+
register.fd,
135+
register.newfd,
136+
scoresPACE,
137+
sd.fd,
138+
std.fd,
139+
stdev.fd,
140+
stddev.fd,
141+
smooth.basis,
142+
smooth.bibasis,
143+
smooth.fd,
144+
smooth.basisPar,
145+
smooth.fdPar,
146+
smooth.monotone,
147+
smooth.morph,
148+
smooth.pos,
149+
smooth.basis.sparse,
150+
smooth.sparse.mean,
151+
smooth.surp,
152+
sparse.list,
153+
sparse.mat,
154+
surp.fit,
155+
stepchk,
156+
stepit,
157+
symsolve,
158+
"[.fd",
159+
times.fd,
160+
tperm.fd,
161+
trapzmat,
162+
var.fd,
163+
varmx,
164+
varmx.cca.fd,
165+
varmx.pca.fd,
166+
vec2Lfd,
167+
wtcheck,
168+
ycheck,
169+
zerobasis,
170+
zerofind)
171+
172+
import("graphics")
173+
import("stats")
174+
import("splines")
175+
import("fds")
176+
import("deSolve")
177+
178+
179+
importFrom("grDevices", "dev.new", "heat.colors")
180+
importFrom("utils", "data")
181+
182+
S3method("==", basisfd)
183+
S3method('*', basisfd)
184+
S3method(summary, basisfd)
185+
S3method(norder, basisfd)
186+
S3method(plot, basisfd)
187+
S3method(predict, basisfd)
188+
S3method('+', fd)
189+
S3method('-', fd)
190+
S3method('*', fd)
191+
S3method('[', fd)
192+
S3method('^', fd)
193+
S3method(boxplot, fd)
194+
S3method(coef, fd)
195+
S3method(coefficients, fd)
196+
S3method(density, fd)
197+
S3method(deriv, fd)
198+
S3method(lines, fd)
199+
S3method(mean, fd)
200+
S3method(norder, fd)
201+
S3method(plot, fd)
202+
S3method(predict, fd)
203+
S3method(sqrt, fd)
204+
S3method(sum, fd)
205+
S3method(summary, fd)
206+
S3method(boxplot, fdPar)
207+
S3method(coef, fdPar)
208+
S3method(coefficients, fdPar)
209+
S3method(plot, fdPar)
210+
S3method(predict, fdPar)
211+
S3method(summary, fdPar)
212+
S3method(as.fd, fdSmooth)
213+
S3method(coef, fdSmooth)
214+
S3method(boxplot, fdSmooth)
215+
S3method(coefficients, fdSmooth)
216+
S3method(fitted, fdSmooth)
217+
S3method(lines, fdSmooth)
218+
S3method(residuals, fdSmooth)
219+
S3method(plot, fdSmooth)
220+
S3method(predict, fdSmooth)
221+
S3method(predict, fRegress)
222+
S3method(plot, Lfd)
223+
S3method(summary, Lfd)
224+
S3method(fitted, monfd)
225+
S3method(residuals, monfd)
226+
S3method(predict, monfd)
227+
S3method(as.fd, 'function')
228+
S3method(as.fd, smooth.spline)
229+
S3method(fRegress, fd)
230+
S3method(fRegress, double)
231+
S3method(fRegress, formula)
232+
S3method(fRegress, character)
233+
S3method(fRegress, stderr)
234+
S3method(fRegress, CV)
235+
S3method(fitted, posfd)
236+
S3method(predict, posfd)
237+
S3method(residuals, posfd)
238+
S3method(matplot, Date)
239+
S3method(matplot, default)
240+
S3method(matplot, POSIXct)
241+
S3method(norder, bspline)
242+
S3method(norder, default)
243+
S3method(plot, cca.fd)
244+
S3method(plot, pca.fd)
245+
S3method(plot, pda.fd)
8246
S3method(summary, bifd)

0 commit comments

Comments
 (0)