### Exports

export(add.dens,
			add.polygons,
			bm_ase,
			data.for.3d,
			name.poly,
			phylo.3d,
			point.like.bm,
			ranges.like.bm,
			rase,
			rase.slice,
			shape.to.rase,
			tree.slice
)

### Imports

importFrom(ape, rtree, ace, vcv, branching.times, is.binary.tree)
importFrom(mvtnorm, dmvnorm, pmvnorm, rmvnorm)
importFrom(polyCub, polyCub.SV)
importFrom(rgl,points3d, lines3d, polygon3d, axes3d, title3d)
importFrom(sm,sm.density)
importFrom(spatstat, area, owin, is.empty, is.owin)
importFrom(grDevices, chull, contourLines)
importFrom(stats, dnorm, nlm, rnorm, runif, sd,
            weighted.mean)
#For CRAN
importFrom("methods", "is")
