-
Notifications
You must be signed in to change notification settings - Fork 8
/
NAMESPACE
36 lines (35 loc) · 831 Bytes
/
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
# Generated by roxygen2: do not edit by hand
S3method(getEnvir,default)
S3method(plot,pulsar)
S3method(print,batch.pulsar)
S3method(print,pulsar)
S3method(print,pulsar.refit)
S3method(refit,pulsar)
S3method(update,pulsar)
export("opt.index<-")
export(batch.pulsar)
export(estrada.class)
export(findConfFile)
export(findTemplateFile)
export(gcvec)
export(get.opt.index)
export(getEnvir)
export(getLamPath)
export(getMaxCov)
export(graph.diss)
export(natural.connectivity)
export(opt.index)
export(pulsar)
export(refit)
importFrom(Matrix,mean)
importFrom(Matrix,triu)
importFrom(graphics,legend)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(methods,as)
importFrom(parallel,mclapply)
importFrom(stats,cor)
importFrom(stats,dist)
importFrom(stats,getCall)
importFrom(stats,update)
importFrom(utils,capture.output)