# Export all names
export(BPEC.ContourPlot,BPEC.CovariatesPlot,BPEC.GeoTree,BPEC.MCMC,BPEC.TreePlot)

                                        # Import all packages listed as Imports or Depends
import(igraph,
    mvtnorm,
    maptools,
    sp,
       maps,
coda
    )

importFrom(R2G2, curvy) 
importFrom(phytools,read.newick)
importFrom(ape,collapse.singles)
importFrom(ape,compute.brlen)
importFrom(ape,write.tree)
importFrom(ape,read.nexus.data)
importFrom(phytools,read.newick)
importFrom(fields,world)
importFrom("grDevices", "col2rgb", "contourLines", "rgb")
importFrom("graphics", "contour", "lines", "par", "points", "polygon","text")
importFrom("methods", "slot")
importFrom("stats", "dnorm", "quantile")
importFrom("utils", "write.csv")

useDynLib(BPEC)

