forked from tgouhier/biwavelet
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
46 lines (45 loc) · 1.05 KB
/
NAMESPACE
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(plot,biwavelet)
export(ar1.spectrum)
export(check.data)
export(convolve2D)
export(phase.plot)
export(pwtc)
export(wclust)
export(wdist)
export(wt)
export(wt.bases)
export(wt.sig)
export(wtc)
export(wtc.sig)
export(wtc_sig_parallel)
export(xwt)
exportPattern("^[[:alpha:]]+")
import(foreach)
importFrom(Rcpp,evalCpp)
importFrom(fields,image.plot)
importFrom(grDevices,adjustcolor)
importFrom(grDevices,colorRampPalette)
importFrom(graphics,axTicks)
importFrom(graphics,axis)
importFrom(graphics,box)
importFrom(graphics,contour)
importFrom(graphics,image)
importFrom(graphics,par)
importFrom(graphics,polygon)
importFrom(graphics,text)
importFrom(stats,arima)
importFrom(stats,as.dist)
importFrom(stats,fft)
importFrom(stats,filter)
importFrom(stats,mvfft)
importFrom(stats,qchisq)
importFrom(stats,quantile)
importFrom(stats,rnorm)
importFrom(stats,sd)
importFrom(stats,ts)
importFrom(stats,var)
importFrom(stats,weighted.mean)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)
useDynLib(biwavelet)