-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
60 lines (59 loc) · 1.29 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# Generated by roxygen2: do not edit by hand
export(GVN)
export(HPFVN)
export(LD_SUREthresh)
export(PSNR)
export(SNR)
export(SURE_MSEthresh)
export(SUREthresh)
export(adjacency_mat)
export(analysis)
export(betathresh)
export(download_graph)
export(eigendec)
export(eigensort)
export(forward_gft)
export(forward_sgwt)
export(full)
export(fullup)
export(get_graph_info)
export(inverse_gft)
export(inverse_sgwt)
export(laplacian_mat)
export(localize_gft)
export(localize_sgwt)
export(plot_filter)
export(plot_graph)
export(plot_signal)
export(randsignal)
export(smoothmodulus)
export(spectral_coords)
export(swissroll)
export(synthesis)
export(tight_frame)
export(zetav)
import(ggplot2)
importFrom(Matrix,Diagonal)
importFrom(Matrix,Matrix)
importFrom(Matrix,diag)
importFrom(Matrix,readMM)
importFrom(Matrix,rowSums)
importFrom(Matrix,summary)
importFrom(RSpectra,eigs)
importFrom(RSpectra,eigs_sym)
importFrom(Rcpp,sourceCpp)
importFrom(curl,has_internet)
importFrom(graphics,lines)
importFrom(graphics,plot)
importFrom(httr,GET)
importFrom(httr,http_error)
importFrom(httr,message_for_status)
importFrom(httr,timeout)
importFrom(methods,as)
importFrom(methods,is)
importFrom(stats,rbinom)
importFrom(stats,runif)
importFrom(utils,download.file)
importFrom(utils,read.table)
importFrom(utils,untar)
useDynLib(gasper)