# Export all names
exportPattern(".")

# S3 methods
S3method(plot, clustered_phylo)

# Import all packages listed as Imports or Depends
importFrom(mvtnorm, rmvnorm)
importFrom(ape, rtree, node.depth.edgelength, drop.tip, plot.phylo)
importFrom(ouch, ape2ouch)
importFrom(stats, cov, cov2cor, lm, nlminb, optim, qnorm, qt, rexp, rnorm, runif)
importFrom(graphics, abline, legend, mtext, par, plot, points)
importFrom(PCMBase, PCM, PCMParamCount ,PCMCreateLikelihood, PCMLik, PCMParamLoadOrStore, PCMOptions)
importFrom("methods", "as")
importFrom(matrixcalc, is.diagonal.matrix, is.positive.semi.definite, is.singular.matrix, is.symmetric.matrix)
importFrom(Matrix,nearPD)
importFrom(abind, abind)
importFrom(TreeSim, sim.bd.taxa)






