powered by
Get and edge from the edge matrix.
# S3 method for PhyloSim getEdge(this, number=NA, ...)
A PhyloSim object.
The edge number.
Not used.
The edge as a matrix with a single row.
For more information see PhyloSim.
PhyloSim
# NOT RUN { # create a PhyloSim object sim<-PhyloSim(phylo=rcoal(5)); # get edge number 3 getEdge(sim,3) # }
Run the code above in your browser using DataLab