| plottable.net {SiPhyNetwork} | R Documentation | 
Create a more Plotting-Friendly phylogenetic Network
Description
This function creates a more plotting-friendly evonet object to be used with the plot() function
Usage
plottable.net(net, tol = 1e-08)
Arguments
| net | An object of class  | 
| tol | a tolerance to account for floating point imprecision. any values smaller than  | 
Value
a network to be used with the plot() function
Examples
#' set.seed(17) ##smallest Quartan prime as seed
##Generate a tree with extinct leaves
net<-sim.bdh.age(1,1,5,2,1,c(1/3,1/3,1/3),hyb.inher.fxn = make.uniform.draw(),complete=TRUE)[[1]]
plot(plottable.net(net))
[Package SiPhyNetwork version 1.1.0 Index]