-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
49 lines (48 loc) · 1.13 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
# Generated by roxygen2: do not edit by hand
S3method("[",pumpresult)
S3method("[[",pumpresult)
S3method(as.data.frame,pumpresult)
S3method(dim,pumpresult)
S3method(plot,pumpgridresult)
S3method(plot,pumpresult)
S3method(print,pumpgridresult)
S3method(print,pumpresult)
S3method(summary,pumpgridresult)
S3method(summary,pumpresult)
S3method(update,pumpgridresult)
S3method(update,pumpresult)
export(calc_df)
export(check_cor)
export(convert_params)
export(d_m)
export(design)
export(gen_T.x)
export(gen_Yobs)
export(gen_base_sim_data)
export(gen_cluster_ids)
export(gen_corr_matrix)
export(gen_sim_data)
export(get_power_results)
export(is.pumpgridresult)
export(is.pumpresult)
export(params)
export(parse_d_m)
export(power_curve)
export(print_context)
export(pump_info)
export(pump_mdes)
export(pump_mdes_grid)
export(pump_power)
export(pump_power_grid)
export(pump_sample)
export(pump_sample_grid)
export(pump_type)
export(search_path)
export(transpose_power_table)
export(update_grid)
importFrom(future,multisession)
importFrom(future,plan)
importFrom(magrittr,"%>%")
importFrom(parallel,detectCores)
importFrom(rlang,.data)
importFrom(stringr,str_detect)