-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathNAMESPACE
113 lines (112 loc) · 3.07 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
# Generated by roxygen2: do not edit by hand
S3method(enlight,PhyloEM)
S3method(extract,enumerate_parsimony)
S3method(extract,equivalent_shifts)
S3method(extract,parsimonyCost)
S3method(extract,parsimonyNumber)
S3method(extract,partitionsNumber)
S3method(extract,simul_process)
S3method(imputed_traits,PhyloEM)
S3method(log_likelihood,PhyloEM)
S3method(log_likelihood,params_process)
S3method(model_selection,PhyloEM)
S3method(params_process,PhyloEM)
S3method(params_process,character)
S3method(plot,PhyloEM)
S3method(plot,enumerate_parsimony)
S3method(plot,equivalent_shifts)
S3method(plot,params_process)
S3method(print,PhyloEM)
S3method(print,enumerate_parsimony)
S3method(print,equivalent_shifts)
S3method(print,params_process)
S3method(print,parsimonyCost)
S3method(print,parsimonyNumber)
S3method(print,partitionsNumber)
S3method(residuals,PhyloEM)
S3method(simul_process,PhyloEM)
S3method(simul_process,params_process)
export(PhyloEM)
export(allocate_regimes_from_shifts)
export(allocate_shifts_from_regimes)
export(check_parsimony)
export(clusters_from_shifts)
export(compute_betas_from_shifts)
export(compute_dist_phy)
export(compute_shifts_from_betas)
export(compute_stationary_variance)
export(compute_times_ca)
export(correspondenceEdges)
export(enlight)
export(enumerate_parsimony)
export(enumerate_tips_under_edges)
export(equivalent_shifts)
export(estimateEM)
export(extract)
export(find_grid_alpha)
export(find_rotation)
export(get_criterion)
export(imputed_traits)
export(incidence.matrix)
export(incidence.matrix.full)
export(log_likelihood)
export(merge_rotations)
export(model_selection)
export(node_optimal_values)
export(params_BM)
export(params_OU)
export(params_process)
export(parsimonyCost)
export(parsimonyNumber)
export(partitionsNumber)
export(plot_criterion)
export(shifts.list_to_matrix)
export(shifts.matrix_to_list)
export(shifts_to_simmap)
export(simul_process)
export(transform_branch_length)
import(Matrix)
import(ape)
import(methods)
importFrom(Rcpp,evalCpp)
importFrom(foreach,"%do%")
importFrom(foreach,"%dopar%")
importFrom(grDevices,col2rgb)
importFrom(grDevices,gray)
importFrom(grDevices,gray.colors)
importFrom(grDevices,palette)
importFrom(grDevices,rainbow)
importFrom(grDevices,rgb)
importFrom(graphics,axis)
importFrom(graphics,close.screen)
importFrom(graphics,legend)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,rect)
importFrom(graphics,screen)
importFrom(graphics,segments)
importFrom(graphics,split.screen)
importFrom(graphics,strwidth)
importFrom(graphics,text)
importFrom(stats,coef)
importFrom(stats,cophenetic)
importFrom(stats,cov)
importFrom(stats,lm)
importFrom(stats,lm.fit)
importFrom(stats,mad)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,nls.control)
importFrom(stats,optimize)
importFrom(stats,quantile)
importFrom(stats,rbinom)
importFrom(stats,reorder)
importFrom(stats,residuals)
importFrom(stats,rnorm)
importFrom(stats,rt)
importFrom(stats,var)
importFrom(utils,capture.output)
importFrom(utils,combn)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)
useDynLib(PhylogeneticEM, .registration=TRUE)