-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathNAMESPACE
More file actions
76 lines (75 loc) · 1.82 KB
/
Copy pathNAMESPACE
File metadata and controls
76 lines (75 loc) · 1.82 KB
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
# Generated by roxygen2: do not edit by hand
export(AAT_sampling)
export(AAT_sampling_extend)
export(EET_convergence)
export(EET_indices)
export(EET_plot)
export(FAST_indices)
export(FAST_sampling)
export(FAST_sampling_unif)
export(Morris_orientation_matrix)
export(Morris_sampling)
export(OAT_sampling)
export(RSA_convergence_thres)
export(RSA_indices_groups)
export(RSA_indices_thres)
export(RSA_plot_groups)
export(RSA_plot_thres)
export(above)
export(allrange)
export(below)
export(boxplot1)
export(boxplot1_dummy)
export(boxplot2)
export(generate_FAST_frequency)
export(hbv_snow_objfun)
export(hymod_MulObj)
export(hymod_MulOut)
export(hymod_nse)
export(hymod_sim)
export(ishigami_homma_function)
export(ishigami_homma_noise_function)
export(model_execution)
export(pawn_CDF)
export(pawn_convergence)
export(pawn_indices)
export(pawn_ks)
export(pawn_plot_CDF)
export(pawn_plot_ks)
export(pawn_split_sample)
export(plot_convergence)
export(scatter_plots)
export(scatter_plots_interaction)
export(scatter_plots_tr)
export(sobol_g_function)
export(split_sample)
export(vbsa_convergence)
export(vbsa_indices)
export(vbsa_resampling)
import(FRACTION)
import(caTools)
import(calibrater)
import(cowplot)
import(ggplot2)
import(gridExtra)
import(matrixStats)
importFrom(grDevices,adjustcolor)
importFrom(grDevices,rainbow)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,boxplot)
importFrom(graphics,legend)
importFrom(graphics,matlines)
importFrom(graphics,matplot)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(stats,ecdf)
importFrom(stats,median)
importFrom(stats,quantile)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,var)
importFrom(utils,tail)