forked from uyedaj/rphenoscate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
62 lines (61 loc) · 1.39 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
62
# Generated by roxygen2: do not edit by hand
export(CHEtransform)
export(EHEtransform)
export(Q2model)
export(amaED)
export(amaED_phi)
export(amaSMM)
export(amaSMM_2Q)
export(amalgamate_deps)
export(amalgamate_deps_gen)
export(amalgamated_fits_corHMM)
export(amalgamated_simmaps_corHMM)
export(as_matrixRB)
export(auto_dep_matrix)
export(build.chars)
export(build.matrix)
export(comb2matrices)
export(combNmatrices)
export(dep_matrix)
export(dropDependentTraits)
export(extract.chars)
export(filter_coverage)
export(get_graph_matrix)
export(get_phi)
export(initQ)
export(init_binary_matrix)
export(init_char_matrix)
export(is_slumpable)
export(makeTraitTree)
export(ontologyHeatMap)
export(print_coverage)
export(process.ontofast)
export(recode_td)
export(recode_traits)
export(recode_traits_gen)
export(remove_indirect)
export(strip_IRI)
import(ape)
import(dplyr)
import(grDevices)
import(graphics)
import(ontologyIndex)
import(phytools)
import(utils)
importFrom(MASS,fractions)
importFrom(dplyr,"%>%")
importFrom(igraph,V)
importFrom(igraph,clusters)
importFrom(igraph,ego)
importFrom(igraph,graph.adjacency)
importFrom(igraph,graph.edgelist)
importFrom(igraph,make_graph)
importFrom(igraph,topo_sort)
importFrom(igraph,vcount)
importFrom(numbers,mLCM)
importFrom(phytools,force.ultrametric)
importFrom(stats,as.dist)
importFrom(stats,dist)
importFrom(stats,hclust)
importFrom(stats,na.omit)
importFrom(stats,setNames)