-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
41 lines (35 loc) · 833 Bytes
/
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
import(dispRity)
import(stats)
import(grDevices)
import(graphics)
# importFrom("shinyMatrix", "matrixInput", "updateMatrixInput")
## Functions
export(reduce.space)
export(vdp.make)
export(vdp.dispRity)
export(vdp.plot)
export(vdp.check.table)
## Shiny utilities (moms)
# export(shinyMatrix.alias)
## Simulations (paper)
export(space.simulation)
export(shift.group.simulation)
export(metrics.simulation)
export(test.simulation)
export(fast.disparity)
## Plot utilities (paper)
export(plot.space)
export(plot.results)
export(plot.metrics)
export(pairwise.plot)
export(rarefaction.plot)
## Fable utilities (paper)
export(generate.fable.plot)
export(generate.fable.empirical)
export(plot.id)
export(s.test)
## Simulation utilities (paper)
export(extract.results)
export(summarise.metrics)
export(save.results)
export(load.results)