Commit | Line | Data |
---|---|---|
b7cd987d BA |
1 | #' @include de_serialize.R |
2 | #' @include clustering.R | |
3 | #' @include main.R | |
4 | #' | |
5 | #' @useDynLib epclust | |
6 | #' | |
7 | #' @importFrom Rwave cwt | |
8 | #' @importFrom cluster pam | |
9 | #' @importFrom parallel makeCluster clusterExport parLapply stopCluster | |
10 | #' @importFrom wavethresh wd filter.select | |
11 | #' @importFrom stats spline | |
12 | #' @importFrom methods is | |
13 | #' @importFrom bigmemory big.matrix as.big.matrix is.big.matrix | |
14 | #' @importFrom utils head tail | |
15 | NULL |