-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
25 lines (24 loc) · 698 Bytes
/
NAMESPACE
File metadata and controls
25 lines (24 loc) · 698 Bytes
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
# Generated by roxygen2: do not edit by hand
S3method("[",fcwtr_scalogram)
S3method(as.data.frame,fcwtr_scalogram)
S3method(as.matrix,fcwtr_scalogram)
S3method(ggplot2::autoplot,fcwtr_scalogram)
S3method(plot,fcwtr_scalogram)
S3method(print,fcwtr_scalogram)
S3method(rbind,fcwtr_scalogram)
S3method(tibble::as_tibble,fcwtr_scalogram)
export(avx_enabled)
export(du)
export(fcwt)
export(fcwt_batch)
export(openmp_enabled)
export(sigma_freq_res_rel)
export(sigma_from_freq_res)
export(sigma_from_freq_res_rel)
export(sigma_from_time_res)
export(sigma_res)
export(u)
importFrom(graphics,plot)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)
useDynLib(fCWTr, .registration = TRUE)