-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
33 lines (32 loc) · 784 Bytes
/
NAMESPACE
File metadata and controls
33 lines (32 loc) · 784 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
31
32
33
# Generated by roxygen2: do not edit by hand
S3method(plot,sensobol)
S3method(print,sensobol)
S3method(print,vars)
export(bratley1988_Fun)
export(bratley1992_Fun)
export(discrepancy_ersatz)
export(ishigami_Fun)
export(load_packages)
export(metafunction)
export(oakley_Fun)
export(plot_multiscatter)
export(plot_scatter)
export(plot_uncertainty)
export(sobol_Fun)
export(sobol_convergence)
export(sobol_dummy)
export(sobol_indices)
export(sobol_matrices)
export(sobol_ode)
export(vars_matrices)
export(vars_to)
import(ggplot2)
importFrom(Rcpp,sourceCpp)
importFrom(Rdpack,reprompt)
importFrom(data.table,.N)
importFrom(data.table,.SD)
importFrom(magrittr,"%>%")
importFrom(rlang,":=")
importFrom(stats,var)
importFrom(utils,install.packages)
useDynLib(sensobol, .registration = TRUE)