-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
61 lines (60 loc) · 1.25 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
54
55
56
57
58
59
60
61
# Generated by roxygen2: do not edit by hand
export(CPT_MP)
export(CPT_POP)
export(Cmodel)
export(CondPlot)
export(DeT)
export(LRage)
export(LRcol)
export(LRcolors)
export(LRdate)
export(LRdist)
export(LRsex)
export(Trates)
export(bidirectionalKL)
export(combLR)
export(compute_LRs_colors)
export(conditionedProp)
export(deplot)
export(getfreqs)
export(klPIE)
export(makeMPprelim)
export(makePOIgen)
export(makePOIprelim)
export(mispiApp)
export(multi_kl_divergence)
export(postSim)
export(refProp)
export(simLR2dataframe)
export(simLRgen)
export(simLRprelim)
export(simRef)
import(DirichletReg)
import(dplyr)
import(forrel)
import(ggplot2)
import(patchwork)
import(pedtools)
import(purrr)
import(reshape2)
import(tidyr)
import(tidyverse)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_raster)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_fill_gradient)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(graphics,par)
importFrom(shiny,numericInput)
importFrom(shiny,renderPlot)
importFrom(shiny,selectInput)
importFrom(shiny,shinyApp)
importFrom(shiny,sidebarLayout)
importFrom(shiny,sidebarPanel)
importFrom(shiny,sliderInput)
importFrom(stats,rgamma)
importFrom(stats,rnorm)
importFrom(stats,runif)