-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
40 lines (39 loc) · 1.02 KB
/
Copy pathNAMESPACE
File metadata and controls
40 lines (39 loc) · 1.02 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
# Generated by roxygen2: do not edit by hand
export(addMaterial)
export(apertureFunction)
export(delta_A)
export(delta_S)
export(getFeatures)
export(lame2vel)
export(lame2young)
export(makeDD)
export(makeEF)
export(makeExp)
export(makeFR)
export(makeMedium)
export(makePlate)
export(makeReadout)
export(makeRun)
export(makeSignal)
export(makeSource)
export(makeSphere)
export(runExp)
export(shearEquation)
export(vel2lame)
export(vel2young)
export(young2lame)
export(young2vel)
importFrom(numDeriv,grad)
importFrom(graphics, abline, grid, lines, mtext, par)
importFrom(stats, approx, convolve, density, integrate,
splinefun, uniroot)
importFrom(utils, data, read.csv, read.delim,
setTxtProgressBar, txtProgressBar)
importFrom(seewave, duration, spec, ftwindow)
importFrom(tuneR, Wave)
importFrom(Bessel, BesselJ, BesselY)
importFrom(parallel, clusterExport, detectCores, makeCluster,
makeForkCluster, parApply, parSapply,
stopCluster)
importFrom(signal, fftfilt, fir2, freqz)
importFrom(tools, file_ext)