-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathNAMESPACE
55 lines (54 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
# Generated by roxygen2: do not edit by hand
S3method(fnets::network,fnets)
S3method(network,fnets)
S3method(plot,factor.number)
S3method(plot,fnets)
S3method(plot,threshold)
S3method(predict,fm)
S3method(predict,fnets)
S3method(print,factor.number)
S3method(print,fm)
S3method(print,fnets)
S3method(print,threshold)
export(cv_trunc)
export(factor.number)
export(fnets)
export(fnets.factor.model)
export(fnets.var)
export(network)
export(par.lrpc)
export(sim.restricted)
export(sim.unrestricted)
export(sim.var)
export(threshold)
importFrom(MASS,mvrnorm)
importFrom(RColorBrewer,brewer.pal)
importFrom(Rcpp,sourceCpp)
importFrom(doParallel,registerDoParallel)
importFrom(fields,imagePlot)
importFrom(foreach,"%dopar%")
importFrom(foreach,foreach)
importFrom(grDevices,rainbow)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,box)
importFrom(graphics,legend)
importFrom(graphics,matplot)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(igraph,E)
importFrom(igraph,graph_from_adjacency_matrix)
importFrom(igraph,layout_in_circle)
importFrom(igraph,plot.igraph)
importFrom(lpSolve,lp)
importFrom(parallel,detectCores)
importFrom(parallel,makePSOCKcluster)
importFrom(parallel,stopCluster)
importFrom(stats,as.ts)
importFrom(stats,fft)
importFrom(stats,rnorm)
importFrom(stats,rt)
importFrom(stats,runif)
importFrom(stats,var)
useDynLib(fnets)
useDynLib(fnets, .registration = TRUE)