-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
50 lines (49 loc) · 1.07 KB
/
NAMESPACE
File metadata and controls
50 lines (49 loc) · 1.07 KB
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
# Generated by roxygen2: do not edit by hand
S3method(mean,cont_phase_type)
S3method(mean,disc_phase_type)
S3method(mean,mult_cont_phase_type)
S3method(mean,mult_disc_phase_type)
S3method(print,cont_phase_type)
S3method(print,disc_phase_type)
S3method(print,mult_cont_phase_type)
S3method(print,mult_disc_phase_type)
S3method(summary,cont_phase_type)
S3method(summary,disc_phase_type)
S3method(summary,mult_cont_phase_type)
S3method(summary,mult_disc_phase_type)
S3method(var,cont_phase_type)
S3method(var,default)
S3method(var,disc_phase_type)
S3method(var,mult_cont_phase_type)
S3method(var,mult_disc_phase_type)
export(DPH)
export(MDPH)
export(MPH)
export(PH)
export(dDPH)
export(dMDPH)
export(dMPH)
export(dPH)
export(pDPH)
export(pMDPH)
export(pMPH)
export(pPH)
export(phase_type_to_network)
export(qDPH)
export(qMDPH)
export(qMPH)
export(qPH)
export(rDPH)
export(rFullDPH)
export(rFullMDPH)
export(rFullMPH)
export(rFullPH)
export(rMDPH)
export(rMPH)
export(rPH)
export(reward_phase_type)
export(var)
import(expm)
import(methods)
import(stats)
importFrom(igraph,graph_from_data_frame)