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