-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
46 lines (45 loc) · 1.09 KB
/
NAMESPACE
File metadata and controls
46 lines (45 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# Generated by roxygen2: do not edit by hand
S3method("[",InternalCal)
S3method(plot,InternalCal)
S3method(print,ExternalCal)
S3method(print,InternalCal)
export(calibration)
export(doCalibration)
export(findLag)
export(findStartSec)
export(findStopSec)
export(getCoefs)
export(lagmod)
export(readExternalCal)
export(readInternalCal)
export(saveCalPlot)
export(tableCoefs)
export(trim)
importFrom(grDevices,dev.off)
importFrom(grDevices,grey)
importFrom(grDevices,pdf)
importFrom(grDevices,png)
importFrom(graphics,abline)
importFrom(graphics,lines)
importFrom(graphics,locator)
importFrom(graphics,matplot)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(mgcv,gam)
importFrom(stats,coef)
importFrom(stats,dnorm)
importFrom(stats,fitted)
importFrom(stats,lm)
importFrom(stats,optim)
importFrom(stats,predict)
importFrom(stats,residuals)
importFrom(stats,rnorm)
importFrom(stats,sd)
importFrom(stats,sigma)
importFrom(tcltk,tk_choose.dir)
importFrom(utils,flush.console)
importFrom(utils,head)
importFrom(utils,read.csv)
importFrom(utils,tail)
importFrom(utils,write.csv)