as.phylo is a generic function - described in the APE package - which converts an object into a tree of class "phylo". This method is an adataption of this generic method to convert objects of class "treeshape" in objects of class "phylo".
Usage
## S3 method for class 'treeshape':
as.phylo(x, ...)
Arguments
x
An object of class"treeshape".
...
further arguments to be passed to or from other methods.