forked from madoui/metaVaR
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
47 lines (46 loc) · 922 Bytes
/
NAMESPACE
File metadata and controls
47 lines (46 loc) · 922 Bytes
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
# Generated by roxygen2: do not edit by hand
export(AdjMat2Graph)
export(LK)
export(dbscan2mvc)
export(fst)
export(getMWIS)
export(graph2mvcComp)
export(mvc)
export(mvc2AdjMat)
export(mvc2graph)
export(mvc2mvs)
export(mvs)
export(mwis)
export(pwFst)
export(readMvc)
export(readMvcList)
export(readMvs)
export(readMvsList)
export(tryParam)
export(varFilterbyCov)
export(writeMvcList)
export(writeMvsList)
exportClasses(mvc)
exportClasses(mvs)
exportMethods(plotMvs)
exportMethods(setMvc)
exportMethods(setMvs)
exportMethods(writeMvc)
exportMethods(writeMvs)
import(MASS)
import(dbscan)
import(fitdistrplus)
import(ggplot2)
import(grDevices)
import(graphics)
import(methods)
import(reshape2)
import(stats)
import(survival)
import(utils)
importFrom(igraph,as_ids)
importFrom(igraph,components)
importFrom(igraph,degree)
importFrom(igraph,graph_from_adjacency_matrix)
importFrom(igraph,neighbors)
importFrom(igraph,simplify)