-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
36 lines (35 loc) · 904 Bytes
/
Copy pathNAMESPACE
File metadata and controls
36 lines (35 loc) · 904 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
# Generated by roxygen2: do not edit by hand
export(animPlot)
export(animPlotGif)
export(applyGaussianKernelwithVariableSigma)
export(colGrad)
export(diffuseMat)
export(diffuseProj)
export(fastDist)
export(findLouvain)
export(fnc)
export(getTraj)
export(goggles)
export(sparseMarkov)
importFrom(animation,ani.options)
importFrom(animation,saveGIF)
importFrom(grDevices,dev.new)
importFrom(grDevices,rgb)
importFrom(graphics,arrows)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,segments)
importFrom(igraph,cluster_louvain)
importFrom(igraph,communities)
importFrom(igraph,graph.adjacency)
importFrom(igraph,layout_with_drl)
importFrom(igraph,layout_with_fr)
importFrom(rARPACK,eigs)
importFrom(rARPACK,svds)
importFrom(stats,dist)
importFrom(stats,prcomp)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,var)