-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
53 lines (52 loc) · 1.22 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
# Generated by roxygen2: do not edit by hand
S3method(autoplot,sim)
S3method(bootstrap_ci,default)
S3method(bootstrap_ci,sim)
S3method(plot,sim)
export("%>%")
export(":=")
export(.data)
export(as_label)
export(as_name)
export(bootstrap_ci)
export(compute_coi)
export(compute_coi_regression)
export(cont_sensitivity)
export(disc_sensitivity)
export(enquo)
export(enquos)
export(error_plot)
export(likelihood)
export(optimize_coi)
export(optimize_coi_regression)
export(process_real)
export(process_sim)
export(sensitivity_plot)
export(sim_biallelic)
export(theme_coiaf)
export(theoretical_coi)
export(world_map)
import(mathjaxr)
importFrom(cli,cli_abort)
importFrom(cli,cli_inform)
importFrom(cli,cli_warn)
importFrom(ggplot2,"%+replace%")
importFrom(ggplot2,autoplot)
importFrom(glue,glue)
importFrom(graphics,plot)
importFrom(lifecycle,deprecated)
importFrom(magrittr,"%>%")
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,as_label)
importFrom(rlang,as_name)
importFrom(rlang,enquo)
importFrom(rlang,enquos)
importFrom(stats,rbeta)
importFrom(stats,rbinom)
importFrom(stats,rgamma)
importFrom(stats,runif)
importFrom(tibble,as_tibble)
importFrom(tibble,as_tibble_col)
importFrom(tibble,as_tibble_row)
importFrom(tibble,tibble)