-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathNAMESPACE
25 lines (25 loc) · 1.4 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
export(corHMM,corDISC,ancRECON,rayDISC,plotRECON, dev.raydisc, ConvertPhangornReconstructions, plotMKmodel, getRateCatMat, dropStateMatPars, equateStateMatPars, getFullMat, getStateMat4Dat, makeSimmap, fitCorrelationTest, ComputeCI, simMarkov, ancRECON_slice, corHMMDredge, corHMMDredgeBase, getModelTable, get_batch_profile_lik, plot_batch_profile_lik, kFoldCrossValidation)
import(ape, nloptr, corpcor, GenSA)
importFrom(phytools, plotSimmap)
importFrom(igraph, graph_from_adjacency_matrix, layout_in_circle, vertex.attributes, plot.igraph)
importFrom(viridis, plasma, viridis, magma)
importFrom(utils, tail, capture.output)
importFrom(numDeriv, hessian)
importFrom(expm, expm)
importFrom(phangorn, parsimony, phyDat, acctran, CI)
importFrom(parallel, mclapply)
importFrom(Rmpfr, mpfr)
importFrom(nnet, which.is.max)
importFrom("grDevices", "dev.off", "pdf", "rgb", "colorRampPalette")
importFrom("graphics", "legend", "plot")
importFrom("stats", "median", "reorder", "rexp", "runif", "pgamma", "qgamma", "qunif", "sd")
importFrom("MASS", "Null")
importFrom("graphics", "par", "rect", "text")
importFrom("stats", "na.exclude", "na.omit", "rmultinom", "dist", "optim", "setNames")
importFrom("lhs", "randomLHS")
importFrom("graphics", "abline", "axis", "grid", "layout", "lines", "points", "polygon", "title")
S3method(print, corhmm)
S3method(print, cordisc)
S3method(print, raydisc)
S3method(print, dentist)
S3method(plot, dentist)