-
Notifications
You must be signed in to change notification settings - Fork 45
Expand file tree
/
Copy pathNAMESPACE
More file actions
30 lines (27 loc) · 833 Bytes
/
NAMESPACE
File metadata and controls
30 lines (27 loc) · 833 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
26
27
28
29
30
useDynLib( rEDM, .registration = TRUE )
export( Simplex )
export( SMap )
export( CCM )
export( Multiview )
export( Embed )
export( MakeBlock )
export( ComputeError )
export( EmbedDimension )
export( PredictInterval )
export( PredictNonlinear )
export( SurrogateData )
# Legacy functions
# export( ccm )
# export( block_lnlp )
# export( s_map )
# export( simplex )
# export( multiview )
# export( make_block )
# export( compute_stats )
# export( make_surrogate_data )
importFrom("grDevices", "dev.cur", "dev.new", "dev.list")
importFrom("graphics", "abline", "legend", "lines", "mtext", "par", "plot")
importFrom("utils", "data", "read.csv")
importFrom("stats", "fft", "predict", "rnorm", "runif", "sd", "smooth.spline", "cov", "pnorm")
import( methods )
import( Rcpp )