-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
38 lines (37 loc) · 999 Bytes
/
NAMESPACE
File metadata and controls
38 lines (37 loc) · 999 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
# Generated by roxygen2: do not edit by hand
export(getGeneralCompartmentIncidence)
export(getGeneralOpinionIncidence)
export(getGeneralReactionIncidence)
export(getSIRIncidence)
export(getSIRIncidenceByID)
export(getSIRbIncidence)
export(getSIRbIncidenceByID)
export(makeVideo)
export(makeVideoFailure)
export(makeVideoMemory)
export(removeAdjacentEdges)
export(runGeneralCompartmentModel)
export(runGeneralOpinionModel)
export(runOFSModel)
export(runSIR)
export(runSIRS)
export(runSIRb)
importFrom(igraph,E)
importFrom(igraph,V)
importFrom(igraph,adjacent_vertices)
importFrom(igraph,degree)
importFrom(igraph,neighbors)
importFrom(igraph,rglplot)
importFrom(igraph,vcount)
importFrom(rgl,axes3d)
importFrom(rgl,bg3d)
importFrom(rgl,clear3d)
importFrom(rgl,par3d)
importFrom(rgl,rgl.snapshot)
importFrom(rgl,rgl.viewpoint)
importFrom(rgl,snapshot3d)
importFrom(rgl,spheres3d)
importFrom(stats,runif)
importFrom(stats,setNames)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)