-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
46 lines (45 loc) · 1.15 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
# Generated by roxygen2: do not edit by hand
export(add_alpha)
export(clip_to_ref_hull)
export(clos_check)
export(closure_rowwise)
export(covar_inverse_sqrt)
export(covar_to_power)
export(enumerate_simplex)
export(geo_mean_colwise)
export(get_viri_scale)
export(ilr_to_simplex)
export(is_convex_over_simplex)
export(map_cts_to_scale)
export(mk_simplex_grid)
export(mk_vt)
export(plot_four_comp)
export(rowProds)
export(scale01)
export(simplex_to_ilr)
export(trans_comp_to_tetra)
import(dplyr)
import(plotly)
import(viridisLite)
importFrom(GGally,ggpairs)
importFrom(GGally,wrap)
importFrom(Rcpp,sourceCpp)
importFrom(doParallel,registerDoParallel)
importFrom(expm,sqrtm)
importFrom(foreach,`%do%`)
importFrom(foreach,`%dopar%`)
importFrom(foreach,foreach)
importFrom(gMOIP,inHull)
importFrom(geometry,convhulln)
importFrom(ggplot2,theme_bw)
importFrom(grDevices,col2rgb)
importFrom(grDevices,rgb)
importFrom(parallel,detectCores)
importFrom(parallel,makeCluster)
importFrom(parallel,stopCluster)
importFrom(purrr,map)
importFrom(purrr,pmap_dbl)
importFrom(stats,runif)
importFrom(utils,object.size)
importFrom(utils,write.table)
useDynLib(simplexity, .registration = TRUE)